Html Css Color HEX #B039EE Dark Orchid

📋 copy color: '#B039EE'

red 176 ◦ green 57 ◦ blue 238

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

Shades of Dark Orchid #B039EE

Tints of Dark Orchid #B039EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 37.37%
G = 12.1%
B = 50.53%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B039EE (or 0xB039EE) is known color: Dark Orchid. HEX triplet: B0, 39 and EE. RGB value is (176,57,238). Sum of RGB (Red+Green+Blue) = 176+57+238=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #B039EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039EE is #4FC611. Grayscale: #707070. Windows color (decimal): -5228050 or 15612336. OLE color: 15612336.

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

Color convert

RGB 176 57 238 -
CMYK 0.26 0.76 0 0.07
HSL 279.45º 0.84% 0.58% -
HSV(B) 279.45º 0.76% 0.93% -
XYZ 34.8 18.33 82.59 -
YUV 113.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 176 57 238 0.26 0.76 0 0.07 279.45 0.84 0.58
Hex B0 39 EE 1A 4C 0 7 117 54 3A
Octal 260 71 356 32 114 0 7 427 124 72
Binary 10110000 111001 11101110 11010 1001100 0 111 100010111 1010100 111010

Color Harmonies of #B039EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039EE

Black with #B039EE

Text Example


Text Example

White with #B039EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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