#B236C7

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

Shades of Dark Orchid #B236C7

Tints of Dark Orchid #B236C7

Color information

#B236C7 (or 0xB236C7) is unknown color: approx Dark Orchid. HEX triplet: B2, 36 and C7. RGB value is (178,54,199). Sum of RGB (Red+Green+Blue) = 178+54+199=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #B236C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236C7 is #4DC938. Grayscale: #6B6B6B. Windows color (decimal): -5097785 or 13055666. OLE color: 13055666.

HSL color Cylindrical-coordinate representation of color #B236C7: hue angle of 291.31º 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 #B236C7 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17854199-
CMYK0.110.7300.22
HSL291.31º57.31%49.61%-
HSV(B)291.31º72.86%78.04%-
XYZ29.9916.2355.58-
YUV107.61179.58178.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 54 (21.48% from 255) = 12.53%
BLUE value IS 199 (78.12% from 255) = 46.17%
R=41.30%
G=12.53%
B=46.17%

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
Decimal178541990.110.7300.22291.3157.3149.61
HexB236C7B490161233932
Octal26266307131110264437162
Binary101100101101101100011110111001001010110100100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B236C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B236C7; }

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

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

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

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

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

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

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

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