Html Css Color HEX #B039CE Dark Orchid

📋 copy color: '#B039CE'

red 176 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #B039CE

Tints of Dark Orchid #B039CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 40.09%
G = 12.98%
B = 46.92%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B039CE (or 0xB039CE) is known color: Dark Orchid. HEX triplet: B0, 39 and CE. RGB value is (176,57,206). Sum of RGB (Red+Green+Blue) = 176+57+206=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B039CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039CE is #4FC631. Grayscale: #6D6D6D. Windows color (decimal): -5228082 or 13515184. OLE color: 13515184.

HSL color Cylindrical-coordinate representation of color #B039CE: hue angle of 287.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039CE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 57 206 -
CMYK 0.15 0.72 0 0.19
HSL 287.92º 0.6% 0.52% -
HSV(B) 287.92º 0.72% 0.81% -
XYZ 30.51 16.61 59.99 -
YUV 109.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 176 57 206 0.15 0.72 0 0.19 287.92 0.6 0.52
Hex B0 39 CE F 48 0 13 120 3C 34
Octal 260 71 316 17 110 0 23 440 74 64
Binary 10110000 111001 11001110 1111 1001000 0 10011 100100000 111100 110100

Color Harmonies of #B039CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039CE

Black with #B039CE

Text Example


Text Example

White with #B039CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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