#B236C9

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

Shades of Dark Orchid #B236C9

Tints of Dark Orchid #B236C9

Color information

#B236C9 (or 0xB236C9) is unknown color: approx Dark Orchid. HEX triplet: B2, 36 and C9. RGB value is (178,54,201). Sum of RGB (Red+Green+Blue) = 178+54+201=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #B236C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236C9 is #4DC936. Grayscale: #6B6B6B. Windows color (decimal): -5097783 or 13186738. OLE color: 13186738.

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

Color convert

RGB17854201-
CMYK0.110.7300.21
HSL290.61º57.65%50%-
HSV(B)290.61º73.13%78.82%-
XYZ30.2216.3256.82-
YUV107.83180.58178.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 54 (21.48% from 255) = 12.47%
BLUE value IS 201 (78.91% from 255) = 46.42%
R=41.11%
G=12.47%
B=46.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178542010.110.7300.21290.6157.6550
HexB236C9B490151233a32
Octal26266311131110254437262
Binary101100101101101100100110111001001010101100100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236C9; }

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

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

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

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

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

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

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

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