Html Css Color HEX #B039F1 Dark Orchid

📋 copy color: '#B039F1'

red 176 ◦ green 57 ◦ blue 241

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

Shades of Dark Orchid #B039F1

Tints of Dark Orchid #B039F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 37.13%
G = 12.03%
B = 50.84%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B039F1 (or 0xB039F1) is known color: Dark Orchid. HEX triplet: B0, 39 and F1. RGB value is (176,57,241). Sum of RGB (Red+Green+Blue) = 176+57+241=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #B039F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B039F1 is #4FC60E. Grayscale: #707070. Windows color (decimal): -5228047 or 15808944. OLE color: 15808944.

HSL color Cylindrical-coordinate representation of color #B039F1: hue angle of 278.8º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B039F1 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 57 241 -
CMYK 0.27 0.76 0 0.05
HSL 278.8º 0.87% 0.58% -
HSV(B) 278.8º 0.76% 0.95% -
XYZ 35.24 18.51 84.93 -
YUV 113.56 199.92 172.54 -
System Red Green Blue C M Y K H S L
Decimal 176 57 241 0.27 0.76 0 0.05 278.8 0.87 0.58
Hex B0 39 F1 1B 4C 0 5 117 57 3A
Octal 260 71 361 33 114 0 5 427 127 72
Binary 10110000 111001 11110001 11011 1001100 0 101 100010111 1010111 111010

Color Harmonies of #B039F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039F1

Black with #B039F1

Text Example


Text Example

White with #B039F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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