#B236C8

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

Shades of Dark Orchid #B236C8

Tints of Dark Orchid #B236C8

Color information

#B236C8 (or 0xB236C8) is unknown color: approx Dark Orchid. HEX triplet: B2, 36 and C8. RGB value is (178,54,200). Sum of RGB (Red+Green+Blue) = 178+54+200=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #B236C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236C8 is #4DC937. Grayscale: #6B6B6B. Windows color (decimal): -5097784 or 13121202. OLE color: 13121202.

HSL color Cylindrical-coordinate representation of color #B236C8: hue angle of 290.96º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B236C8 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17854200-
CMYK0.110.7300.22
HSL290.96º57.48%49.8%-
HSV(B)290.96º73%78.43%-
XYZ30.116.2756.2-
YUV107.72180.08178.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 54 (21.48% from 255) = 12.5%
BLUE value IS 200 (78.52% from 255) = 46.30%
R=41.20%
G=12.5%
B=46.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178542000.110.7300.22290.9657.4849.8
HexB236C8B490161233932
Octal26266310131110264437162
Binary101100101101101100100010111001001010110100100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236C8; }

 p { color: rgb(178,54,200); }

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

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

 a { background-color: rgb(178,54,200); }

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

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

 span { border-color: rgb(178,54,200); }

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