#B432C5

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

Shades of Dark Orchid #B432C5

Tints of Dark Orchid #B432C5

Color information

#B432C5 (or 0xB432C5) is unknown color: approx Dark Orchid. HEX triplet: B4, 32 and C5. RGB value is (180,50,197). Sum of RGB (Red+Green+Blue) = 180+50+197=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #B432C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432C5 is #4BCD3A. Grayscale: #696969. Windows color (decimal): -4967739 or 12923572. OLE color: 12923572.

HSL color Cylindrical-coordinate representation of color #B432C5: hue angle of 293.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B432C5 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18050197-
CMYK0.090.7500.23
HSL293.06º59.51%48.43%-
HSV(B)293.06º74.62%77.25%-
XYZ30.0416.0254.33-
YUV105.63179.57181.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 50 (19.92% from 255) = 11.71%
BLUE value IS 197 (77.34% from 255) = 46.14%
R=42.15%
G=11.71%
B=46.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180501970.090.7500.23293.0659.5148.43
HexB432C594B0171253c30
Octal26462305111130274457460
Binary101101001100101100010110011001011010111100100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B432C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B432C5; }

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

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

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

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

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

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

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

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