Html Css Color HEX #B036EF Dark Orchid

📋 copy color: '#B036EF'

red 176 ◦ green 54 ◦ blue 239

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

Shades of Dark Orchid #B036EF

Tints of Dark Orchid #B036EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 37.53%
G = 11.51%
B = 50.96%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B036EF (or 0xB036EF) is known color: Dark Orchid. HEX triplet: B0, 36 and EF. RGB value is (176,54,239). Sum of RGB (Red+Green+Blue) = 176+54+239=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #B036EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036EF is #4FC910. Grayscale: #6E6E6E. Windows color (decimal): -5228817 or 15677104. OLE color: 15677104.

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

Color convert

RGB 176 54 239 -
CMYK 0.26 0.77 0 0.06
HSL 279.57º 0.85% 0.57% -
HSV(B) 279.57º 0.77% 0.94% -
XYZ 34.8 18.1 83.32 -
YUV 111.57 199.92 173.96 -
System Red Green Blue C M Y K H S L
Decimal 176 54 239 0.26 0.77 0 0.06 279.57 0.85 0.57
Hex B0 36 EF 1A 4D 0 6 118 55 39
Octal 260 66 357 32 115 0 6 430 125 71
Binary 10110000 110110 11101111 11010 1001101 0 110 100011000 1010101 111001

Color Harmonies of #B036EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036EF

Black with #B036EF

Text Example


Text Example

White with #B036EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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