Html Css Color HEX #B039E6 Dark Orchid

📋 copy color: '#B039E6'

red 176 ◦ green 57 ◦ blue 230

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

Shades of Dark Orchid #B039E6

Tints of Dark Orchid #B039E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.68%

R = 38.01%
G = 12.31%
B = 49.68%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B039E6 (or 0xB039E6) is known color: Dark Orchid. HEX triplet: B0, 39 and E6. RGB value is (176,57,230). Sum of RGB (Red+Green+Blue) = 176+57+230=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #B039E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039E6 is #4FC619. Grayscale: #6F6F6F. Windows color (decimal): -5228058 or 15088048. OLE color: 15088048.

HSL color Cylindrical-coordinate representation of color #B039E6: hue angle of 281.27º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B039E6 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 57 230 -
CMYK 0.23 0.75 0 0.10
HSL 281.27º 0.78% 0.56% -
HSV(B) 281.27º 0.75% 0.9% -
XYZ 33.65 17.87 76.54 -
YUV 112.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 176 57 230 0.23 0.75 0 0.10 281.27 0.78 0.56
Hex B0 39 E6 17 4B 0 A 119 4E 38
Octal 260 71 346 27 113 0 12 431 116 70
Binary 10110000 111001 11100110 10111 1001011 0 1010 100011001 1001110 111000

Color Harmonies of #B039E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039E6

Black with #B039E6

Text Example


Text Example

White with #B039E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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