Html Css Color HEX #B136DE Dark Orchid

📋 copy color: '#B136DE'

red 177 ◦ green 54 ◦ blue 222

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

Shades of Dark Orchid #B136DE

Tints of Dark Orchid #B136DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 39.07%
G = 11.92%
B = 49.01%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B136DE (or 0xB136DE) is known color: Dark Orchid. HEX triplet: B1, 36 and DE. RGB value is (177,54,222). Sum of RGB (Red+Green+Blue) = 177+54+222=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #B136DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136DE is #4EC921. Grayscale: #6D6D6D. Windows color (decimal): -5163298 or 14562993. OLE color: 14562993.

HSL color Cylindrical-coordinate representation of color #B136DE: hue angle of 283.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B136DE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 54 222 -
CMYK 0.20 0.76 0 0.13
HSL 283.93º 0.72% 0.54% -
HSV(B) 283.93º 0.76% 0.87% -
XYZ 32.64 17.26 70.72 -
YUV 109.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 177 54 222 0.20 0.76 0 0.13 283.93 0.72 0.54
Hex B1 36 DE 14 4C 0 D 11C 48 36
Octal 261 66 336 24 114 0 15 434 110 66
Binary 10110001 110110 11011110 10100 1001100 0 1101 100011100 1001000 110110

Color Harmonies of #B136DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136DE

Black with #B136DE

Text Example


Text Example

White with #B136DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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