#B239C4

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

Shades of Dark Orchid #B239C4

Tints of Dark Orchid #B239C4

Color information

#B239C4 (or 0xB239C4) is unknown color: approx Dark Orchid. HEX triplet: B2, 39 and C4. RGB value is (178,57,196). Sum of RGB (Red+Green+Blue) = 178+57+196=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #B239C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239C4 is #4DC63B. Grayscale: #6C6C6C. Windows color (decimal): -5097020 or 12859826. OLE color: 12859826.

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

Color convert

RGB17857196-
CMYK0.090.7100.23
HSL292.23º54.94%49.61%-
HSV(B)292.23º70.92%76.86%-
XYZ29.7916.3853.82-
YUV109.02177.09177.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 57 (22.66% from 255) = 13.23%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=41.30%
G=13.23%
B=45.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178571960.090.7100.23292.2354.9449.61
HexB239C49470171243732
Octal26271304111070274446762
Binary101100101110011100010010011000111010111100100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B239C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B239C4; }

 p { color: rgb(178,57,196); }

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

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

 a { background-color: rgb(178,57,196); }

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

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

 span { border-color: rgb(178,57,196); }

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