Html Css Color HEX #B039E8 Dark Orchid

📋 copy color: '#B039E8'

red 176 ◦ green 57 ◦ blue 232

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

Shades of Dark Orchid #B039E8

Tints of Dark Orchid #B039E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.89%

R = 37.85%
G = 12.26%
B = 49.89%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B039E8 (or 0xB039E8) is known color: Dark Orchid. HEX triplet: B0, 39 and E8. RGB value is (176,57,232). Sum of RGB (Red+Green+Blue) = 176+57+232=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #B039E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039E8 is #4FC617. Grayscale: #6F6F6F. Windows color (decimal): -5228056 or 15219120. OLE color: 15219120.

HSL color Cylindrical-coordinate representation of color #B039E8: hue angle of 280.8º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B039E8 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 57 232 -
CMYK 0.24 0.75 0 0.09
HSL 280.8º 0.79% 0.57% -
HSV(B) 280.8º 0.75% 0.91% -
XYZ 33.93 17.98 78.03 -
YUV 112.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 176 57 232 0.24 0.75 0 0.09 280.8 0.79 0.57
Hex B0 39 E8 18 4B 0 9 119 4F 39
Octal 260 71 350 30 113 0 11 431 117 71
Binary 10110000 111001 11101000 11000 1001011 0 1001 100011001 1001111 111001

Color Harmonies of #B039E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039E8

Black with #B039E8

Text Example


Text Example

White with #B039E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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