Html Css Color HEX #B039CB Dark Orchid

📋 copy color: '#B039CB'

red 176 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #B039CB

Tints of Dark Orchid #B039CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 40.37%
G = 13.07%
B = 46.56%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B039CB (or 0xB039CB) is known color: Dark Orchid. HEX triplet: B0, 39 and CB. RGB value is (176,57,203). Sum of RGB (Red+Green+Blue) = 176+57+203=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #B039CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039CB is #4FC634. Grayscale: #6C6C6C. Windows color (decimal): -5228085 or 13318576. OLE color: 13318576.

HSL color Cylindrical-coordinate representation of color #B039CB: hue angle of 288.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039CB is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 57 203 -
CMYK 0.13 0.72 0 0.20
HSL 288.9º 0.58% 0.51% -
HSV(B) 288.9º 0.72% 0.8% -
XYZ 30.15 16.47 58.09 -
YUV 109.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 176 57 203 0.13 0.72 0 0.20 288.9 0.58 0.51
Hex B0 39 CB D 48 0 14 121 3A 33
Octal 260 71 313 15 110 0 24 441 72 63
Binary 10110000 111001 11001011 1101 1001000 0 10100 100100001 111010 110011

Color Harmonies of #B039CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039CB

Black with #B039CB

Text Example


Text Example

White with #B039CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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