#b432e7

Color #B432E7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B432E7

Tints of Dark Orchid #B432E7

Color information

#B432E7 (or 0xB432E7) is unknown color: approx Dark Orchid. HEX triplet: B4, 32 and E7. RGB value is (180,50,231). Sum of RGB (Red+Green+Blue) = 180+50+231=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #B432E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B432E7 is #4BCD18. Grayscale: #6C6C6C. Windows color (decimal): -4967705 or 15151796. OLE color: 15151796.

HSL color Cylindrical-coordinate representation of color #B432E7: hue angle of 283.09º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B432E7 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18050231-
CMYK0.220.7800.09
HSL283.09º79.04%55.1%-
HSV(B)283.09º78.35%90.59%-
XYZ34.3917.7577.22-
YUV109.5196.57178.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 50 (19.92% from 255) = 10.85%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=39.05%
G=10.85%
B=50.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180502310.220.7800.09283.0979.0455.1
HexB432E7164E0911b4f37
Octal264623472611601143311767
Binary1011010011001011100111101101001110010011000110111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b432e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b432e7; }

 p { color: rgb(180,50,231); }

 H1.HeaderClassName
 {
   color: #b432e7;
 }
 .AnyTagClassName
 {
   color: #b432e7;
 }
</style>
background-color css

<style>
 a { background-color: #b432e7; }

 a { background-color: rgb(180,50,231); }

 div.DivClassName
 {
   background-color: #b432e7;
 }
 .BgClassName
 {
   background-color: #b432e7;
 }
</style>
border-color css

<style>
 span { border-color: #b432e7; }

 span { border-color: rgb(180,50,231); }

 td.TdClassName
 {
   border-color: #b432e7;
 }
 .TagClassName
 {
   border-color: #b432e7;
 }
</style>