#B232CD

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

Shades of Dark Orchid #B232CD

Tints of Dark Orchid #B232CD

Color information

#B232CD (or 0xB232CD) is unknown color: approx Dark Orchid. HEX triplet: B2, 32 and CD. RGB value is (178,50,205). Sum of RGB (Red+Green+Blue) = 178+50+205=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #B232CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232CD is #4DCD32. Grayscale: #696969. Windows color (decimal): -5098803 or 13447858. OLE color: 13447858.

HSL color Cylindrical-coordinate representation of color #B232CD: hue angle of 289.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B232CD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17850205-
CMYK0.130.7600.20
HSL289.55º60.78%50%-
HSV(B)289.55º75.61%80.39%-
XYZ30.5216.1559.27-
YUV105.94183.91179.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 50 (19.92% from 255) = 11.55%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=41.11%
G=11.55%
B=47.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal178502050.130.7600.20289.5560.7850
HexB232CDD4C0141223d32
Octal26262315151140244427562
Binary101100101100101100110111011001100010100100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232CD; }

 p { color: rgb(178,50,205); }

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

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

 a { background-color: rgb(178,50,205); }

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

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

 span { border-color: rgb(178,50,205); }

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