Html Css Color HEX #B039D6 Dark Orchid

📋 copy color: '#B039D6'

red 176 ◦ green 57 ◦ blue 214

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

Shades of Dark Orchid #B039D6

Tints of Dark Orchid #B039D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 39.37%
G = 12.75%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B039D6 (or 0xB039D6) is known color: Dark Orchid. HEX triplet: B0, 39 and D6. RGB value is (176,57,214). Sum of RGB (Red+Green+Blue) = 176+57+214=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #B039D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039D6 is #4FC629. Grayscale: #6D6D6D. Windows color (decimal): -5228074 or 14039472. OLE color: 14039472.

HSL color Cylindrical-coordinate representation of color #B039D6: hue angle of 285.48º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B039D6 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 57 214 -
CMYK 0.18 0.73 0 0.16
HSL 285.48º 0.66% 0.53% -
HSV(B) 285.48º 0.73% 0.84% -
XYZ 31.51 17.01 65.24 -
YUV 110.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 176 57 214 0.18 0.73 0 0.16 285.48 0.66 0.53
Hex B0 39 D6 12 49 0 10 11D 42 35
Octal 260 71 326 22 111 0 20 435 102 65
Binary 10110000 111001 11010110 10010 1001001 0 10000 100011101 1000010 110101

Color Harmonies of #B039D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039D6

Black with #B039D6

Text Example


Text Example

White with #B039D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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