Html Css Color HEX #B039EF Dark Orchid

📋 copy color: '#B039EF'

red 176 ◦ green 57 ◦ blue 239

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

Shades of Dark Orchid #B039EF

Tints of Dark Orchid #B039EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 37.29%
G = 12.08%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B039EF (or 0xB039EF) is known color: Dark Orchid. HEX triplet: B0, 39 and EF. RGB value is (176,57,239). Sum of RGB (Red+Green+Blue) = 176+57+239=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B039EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039EF is #4FC610. Grayscale: #707070. Windows color (decimal): -5228049 or 15677872. OLE color: 15677872.

HSL color Cylindrical-coordinate representation of color #B039EF: hue angle of 279.23º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B039EF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 57 239 -
CMYK 0.26 0.76 0 0.06
HSL 279.23º 0.85% 0.58% -
HSV(B) 279.23º 0.76% 0.94% -
XYZ 34.95 18.39 83.37 -
YUV 113.33 198.92 172.7 -
System Red Green Blue C M Y K H S L
Decimal 176 57 239 0.26 0.76 0 0.06 279.23 0.85 0.58
Hex B0 39 EF 1A 4C 0 6 117 55 3A
Octal 260 71 357 32 114 0 6 427 125 72
Binary 10110000 111001 11101111 11010 1001100 0 110 100010111 1010101 111010

Color Harmonies of #B039EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039EF

Black with #B039EF

Text Example


Text Example

White with #B039EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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