Html Css Color HEX #B036EE Dark Orchid

📋 copy color: '#B036EE'

red 176 ◦ green 54 ◦ blue 238

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

Shades of Dark Orchid #B036EE

Tints of Dark Orchid #B036EE

RGB

 RED value IS 176 (69.14% from 255) = 37.61%

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 37.61%
G = 11.54%
B = 50.85%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B036EE (or 0xB036EE) is known color: Dark Orchid. HEX triplet: B0, 36 and EE. RGB value is (176,54,238). Sum of RGB (Red+Green+Blue) = 176+54+238=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B036EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036EE is #4FC911. Grayscale: #6E6E6E. Windows color (decimal): -5228818 or 15611568. OLE color: 15611568.

HSL color Cylindrical-coordinate representation of color #B036EE: hue angle of 279.78º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B036EE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 54 238 -
CMYK 0.26 0.77 0 0.07
HSL 279.78º 0.84% 0.57% -
HSV(B) 279.78º 0.77% 0.93% -
XYZ 34.66 18.04 82.54 -
YUV 111.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 176 54 238 0.26 0.77 0 0.07 279.78 0.84 0.57
Hex B0 36 EE 1A 4D 0 7 118 54 39
Octal 260 66 356 32 115 0 7 430 124 71
Binary 10110000 110110 11101110 11010 1001101 0 111 100011000 1010100 111001

Color Harmonies of #B036EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036EE

Black with #B036EE

Text Example


Text Example

White with #B036EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036EE; }

 p { color: rgb(176,54,238); }

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

background-color css

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

 a { background-color: rgb(176,54,238); }

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

border-color css

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

 span { border-color: rgb(176,54,238); }

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