Html Css Color HEX #B036BC Dark Orchid

📋 copy color: '#B036BC'

red 176 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #B036BC

Tints of Dark Orchid #B036BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 42.11%
G = 12.92%
B = 44.98%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B036BC (or 0xB036BC) is known color: Dark Orchid. HEX triplet: B0, 36 and BC. RGB value is (176,54,188). Sum of RGB (Red+Green+Blue) = 176+54+188=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #B036BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036BC is #4FC943. Grayscale: #696969. Windows color (decimal): -5228868 or 12334768. OLE color: 12334768.

HSL color Cylindrical-coordinate representation of color #B036BC: hue angle of 294.63º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B036BC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 54 188 -
CMYK 0.06 0.71 0 0.26
HSL 294.63º 0.55% 0.47% -
HSV(B) 294.63º 0.71% 0.74% -
XYZ 28.3 15.5 49.08 -
YUV 105.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 176 54 188 0.06 0.71 0 0.26 294.63 0.55 0.47
Hex B0 36 BC 6 47 0 1A 127 37 2F
Octal 260 66 274 6 107 0 32 447 67 57
Binary 10110000 110110 10111100 110 1000111 0 11010 100100111 110111 101111

Color Harmonies of #B036BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036BC

Black with #B036BC

Text Example


Text Example

White with #B036BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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