Html Css Color HEX #B039D7 Dark Orchid

📋 copy color: '#B039D7'

red 176 ◦ green 57 ◦ blue 215

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

Shades of Dark Orchid #B039D7

Tints of Dark Orchid #B039D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.99%

R = 39.29%
G = 12.72%
B = 47.99%

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

#B039D7 (or 0xB039D7) is known color: Dark Orchid. HEX triplet: B0, 39 and D7. RGB value is (176,57,215). Sum of RGB (Red+Green+Blue) = 176+57+215=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #B039D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039D7 is #4FC628. Grayscale: #6E6E6E. Windows color (decimal): -5228073 or 14105008. OLE color: 14105008.

HSL color Cylindrical-coordinate representation of color #B039D7: hue angle of 285.19º 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 #B039D7 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 57 215 -
CMYK 0.18 0.73 0 0.16
HSL 285.19º 0.66% 0.53% -
HSV(B) 285.19º 0.73% 0.84% -
XYZ 31.63 17.06 65.92 -
YUV 110.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 176 57 215 0.18 0.73 0 0.16 285.19 0.66 0.53
Hex B0 39 D7 12 49 0 10 11D 42 35
Octal 260 71 327 22 111 0 20 435 102 65
Binary 10110000 111001 11010111 10010 1001001 0 10000 100011101 1000010 110101

Color Harmonies of #B039D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039D7

Black with #B039D7

Text Example


Text Example

White with #B039D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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