Html Css Color HEX #B039DC Dark Orchid

📋 copy color: '#B039DC'

red 176 ◦ green 57 ◦ blue 220

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

Shades of Dark Orchid #B039DC

Tints of Dark Orchid #B039DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

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

R = 38.85%
G = 12.58%
B = 48.57%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B039DC (or 0xB039DC) is known color: Dark Orchid. HEX triplet: B0, 39 and DC. RGB value is (176,57,220). Sum of RGB (Red+Green+Blue) = 176+57+220=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B039DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039DC is #4FC623. Grayscale: #6E6E6E. Windows color (decimal): -5228068 or 14432688. OLE color: 14432688.

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

Color convert

RGB 176 57 220 -
CMYK 0.2 0.74 0 0.14
HSL 283.8º 0.7% 0.54% -
HSV(B) 283.8º 0.74% 0.86% -
XYZ 32.29 17.32 69.35 -
YUV 111.16 189.42 174.25 -
System Red Green Blue C M Y K H S L
Decimal 176 57 220 0.2 0.74 0 0.14 283.8 0.7 0.54
Hex B0 39 DC 14 4A 0 E 11C 46 36
Octal 260 71 334 24 112 0 16 434 106 66
Binary 10110000 111001 11011100 10100 1001010 0 1110 100011100 1000110 110110

Color Harmonies of #B039DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039DC

Black with #B039DC

Text Example


Text Example

White with #B039DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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