Html Css Color HEX #B236CE Dark Orchid

📋 copy color: '#B236CE'

red 178 ◦ green 54 ◦ blue 206

#B236CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B236CE

Tints of Dark Orchid #B236CE

RGB

 RED value IS 178 (69.92% from 255) = 40.64%

 GREEN value IS 54 (21.48% from 255) = 12.33%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 40.64%
G = 12.33%
B = 47.03%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B236CE (or 0xB236CE) is known color: Dark Orchid. HEX triplet: B2, 36 and CE. RGB value is (178,54,206). Sum of RGB (Red+Green+Blue) = 178+54+206=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B236CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B236CE is #4DC931. Grayscale: #6B6B6B. Windows color (decimal): -5097778 or 13514418. OLE color: 13514418.

HSL color Cylindrical-coordinate representation of color #B236CE: hue angle of 288.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B236CE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 54 206 -
CMYK 0.14 0.74 0 0.19
HSL 288.95º 0.61% 0.51% -
HSV(B) 288.95º 0.74% 0.81% -
XYZ 30.82 16.56 59.96 -
YUV 108.4 183.08 177.64 -
System Red Green Blue C M Y K H S L
Decimal 178 54 206 0.14 0.74 0 0.19 288.95 0.61 0.51
Hex B2 36 CE E 4A 0 13 121 3D 33
Octal 262 66 316 16 112 0 23 441 75 63
Binary 10110010 110110 11001110 1110 1001010 0 10011 100100001 111101 110011

Color Harmonies of #B236CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B236CE

Black with #B236CE

Text Example


Text Example

White with #B236CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B236CE; }

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

 H1.HeaderClassName
 {
   color: #B236CE;
 }
 .AnyTagClassName
 {
   color: #B236CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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