Html Css Color HEX #B136CE Dark Orchid

📋 copy color: '#B136CE'

red 177 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #B136CE

Tints of Dark Orchid #B136CE

RGB

 RED value IS 177 (69.53% from 255) = 40.5%

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

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

R = 40.5%
G = 12.36%
B = 47.14%

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

#B136CE (or 0xB136CE) is known color: Dark Orchid. HEX triplet: B1, 36 and CE. RGB value is (177,54,206). Sum of RGB (Red+Green+Blue) = 177+54+206=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B136CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136CE is #4EC931. Grayscale: #6B6B6B. Windows color (decimal): -5163314 or 13514417. OLE color: 13514417.

HSL color Cylindrical-coordinate representation of color #B136CE: hue angle of 288.55º 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 #B136CE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 54 206 -
CMYK 0.14 0.74 0 0.19
HSL 288.55º 0.61% 0.51% -
HSV(B) 288.55º 0.74% 0.81% -
XYZ 30.59 16.44 59.95 -
YUV 108.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 177 54 206 0.14 0.74 0 0.19 288.55 0.61 0.51
Hex B1 36 CE E 4A 0 13 121 3D 33
Octal 261 66 316 16 112 0 23 441 75 63
Binary 10110001 110110 11001110 1110 1001010 0 10011 100100001 111101 110011

Color Harmonies of #B136CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136CE

Black with #B136CE

Text Example


Text Example

White with #B136CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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