#B432C7

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

Shades of Dark Orchid #B432C7

Tints of Dark Orchid #B432C7

Color information

#B432C7 (or 0xB432C7) is unknown color: approx Dark Orchid. HEX triplet: B4, 32 and C7. RGB value is (180,50,199). Sum of RGB (Red+Green+Blue) = 180+50+199=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #B432C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432C7 is #4BCD38. Grayscale: #696969. Windows color (decimal): -4967737 or 13054644. OLE color: 13054644.

HSL color Cylindrical-coordinate representation of color #B432C7: hue angle of 292.35º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B432C7 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18050199-
CMYK0.100.7500.22
HSL292.35º59.84%48.82%-
HSV(B)292.35º74.87%78.04%-
XYZ30.2716.1155.55-
YUV105.86180.57180.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 50 (19.92% from 255) = 11.66%
BLUE value IS 199 (78.12% from 255) = 46.39%
R=41.96%
G=11.66%
B=46.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180501990.100.7500.22292.3559.8448.82
HexB432C7A4B0161243c31
Octal26462307121130264447461
Binary101101001100101100011110101001011010110100100100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B432C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B432C7; }

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

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

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

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

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

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

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

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