Html Css Color HEX #B039DD Dark Orchid

📋 copy color: '#B039DD'

red 176 ◦ green 57 ◦ blue 221

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

Shades of Dark Orchid #B039DD

Tints of Dark Orchid #B039DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 38.77%
G = 12.56%
B = 48.68%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B039DD (or 0xB039DD) is known color: Dark Orchid. HEX triplet: B0, 39 and DD. RGB value is (176,57,221). Sum of RGB (Red+Green+Blue) = 176+57+221=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B039DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039DD is #4FC622. Grayscale: #6E6E6E. Windows color (decimal): -5228067 or 14498224. OLE color: 14498224.

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

Color convert

RGB 176 57 221 -
CMYK 0.20 0.74 0 0.13
HSL 283.54º 0.71% 0.55% -
HSV(B) 283.54º 0.74% 0.87% -
XYZ 32.42 17.38 70.05 -
YUV 111.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 176 57 221 0.20 0.74 0 0.13 283.54 0.71 0.55
Hex B0 39 DD 14 4A 0 D 11C 47 37
Octal 260 71 335 24 112 0 15 434 107 67
Binary 10110000 111001 11011101 10100 1001010 0 1101 100011100 1000111 110111

Color Harmonies of #B039DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039DD

Black with #B039DD

Text Example


Text Example

White with #B039DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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