Html Css Color HEX #B036DC Dark Orchid

📋 copy color: '#B036DC'

red 176 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #B036DC

Tints of Dark Orchid #B036DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 39.11%
G = 12%
B = 48.89%

CMYK

 C value IS 0.2

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B036DC (or 0xB036DC) is known color: Dark Orchid. HEX triplet: B0, 36 and DC. RGB value is (176,54,220). Sum of RGB (Red+Green+Blue) = 176+54+220=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #B036DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036DC is #4FC923. Grayscale: #6C6C6C. Windows color (decimal): -5228836 or 14431920. OLE color: 14431920.

HSL color Cylindrical-coordinate representation of color #B036DC: hue angle of 284.1º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B036DC is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 54 220 -
CMYK 0.2 0.75 0 0.14
HSL 284.1º 0.7% 0.54% -
HSV(B) 284.1º 0.75% 0.86% -
XYZ 32.14 17.04 69.3 -
YUV 109.4 190.42 175.5 -
System Red Green Blue C M Y K H S L
Decimal 176 54 220 0.2 0.75 0 0.14 284.1 0.7 0.54
Hex B0 36 DC 14 4B 0 E 11C 46 36
Octal 260 66 334 24 113 0 16 434 106 66
Binary 10110000 110110 11011100 10100 1001011 0 1110 100011100 1000110 110110

Color Harmonies of #B036DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036DC

Black with #B036DC

Text Example


Text Example

White with #B036DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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