Html Css Color HEX #B039DB Dark Orchid

📋 copy color: '#B039DB'

red 176 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #B039DB

Tints of Dark Orchid #B039DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 38.94%
G = 12.61%
B = 48.45%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B039DB (or 0xB039DB) is known color: Dark Orchid. HEX triplet: B0, 39 and DB. RGB value is (176,57,219). Sum of RGB (Red+Green+Blue) = 176+57+219=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #B039DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039DB is #4FC624. Grayscale: #6E6E6E. Windows color (decimal): -5228069 or 14367152. OLE color: 14367152.

HSL color Cylindrical-coordinate representation of color #B039DB: hue angle of 284.07º degrees, saturation: 0.69, 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 #B039DB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 57 219 -
CMYK 0.20 0.74 0 0.14
HSL 284.07º 0.69% 0.54% -
HSV(B) 284.07º 0.74% 0.86% -
XYZ 32.15 17.27 68.66 -
YUV 111.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 176 57 219 0.20 0.74 0 0.14 284.07 0.69 0.54
Hex B0 39 DB 14 4A 0 E 11C 45 36
Octal 260 71 333 24 112 0 16 434 105 66
Binary 10110000 111001 11011011 10100 1001010 0 1110 100011100 1000101 110110

Color Harmonies of #B039DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039DB

Black with #B039DB

Text Example


Text Example

White with #B039DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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