Html Css Color HEX #B039C0 Dark Orchid

📋 copy color: '#B039C0'

red 176 ◦ green 57 ◦ blue 192

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

Shades of Dark Orchid #B039C0

Tints of Dark Orchid #B039C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.18%

R = 41.41%
G = 13.41%
B = 45.18%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B039C0 (or 0xB039C0) is known color: Dark Orchid. HEX triplet: B0, 39 and C0. RGB value is (176,57,192). Sum of RGB (Red+Green+Blue) = 176+57+192=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #B039C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039C0 is #4FC63F. Grayscale: #6B6B6B. Windows color (decimal): -5228096 or 12597680. OLE color: 12597680.

HSL color Cylindrical-coordinate representation of color #B039C0: hue angle of 292.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B039C0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 57 192 -
CMYK 0.08 0.70 0 0.25
HSL 292.89º 0.54% 0.49% -
HSV(B) 292.89º 0.7% 0.75% -
XYZ 28.88 15.96 51.43 -
YUV 107.97 175.42 176.52 -
System Red Green Blue C M Y K H S L
Decimal 176 57 192 0.08 0.70 0 0.25 292.89 0.54 0.49
Hex B0 39 C0 8 46 0 19 125 36 31
Octal 260 71 300 10 106 0 31 445 66 61
Binary 10110000 111001 11000000 1000 1000110 0 11001 100100101 110110 110001

Color Harmonies of #B039C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039C0

Black with #B039C0

Text Example


Text Example

White with #B039C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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