Html Css Color HEX #B02791 Medium Red Violet

📋 copy color: '#B02791'

red 176 ◦ green 39 ◦ blue 145

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

Shades of Medium Red Violet #B02791

Tints of Medium Red Violet #B02791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 48.89%
G = 10.83%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B02791 (or 0xB02791) is known color: Medium Red Violet. HEX triplet: B0, 27 and 91. RGB value is (176,39,145). Sum of RGB (Red+Green+Blue) = 176+39+145=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B02791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02791 is #4FD86E. Grayscale: #5B5B5B. Windows color (decimal): -5232751 or 9512880. OLE color: 9512880.

HSL color Cylindrical-coordinate representation of color #B02791: hue angle of 313.58º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02791 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 145 -
CMYK 0 0.78 0.18 0.31
HSL 313.58º 0.64% 0.42% -
HSV(B) 313.58º 0.78% 0.69% -
XYZ 23.74 12.73 27.99 -
YUV 92.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 176 39 145 0 0.78 0.18 0.31 313.58 0.64 0.42
Hex B0 27 91 0 4E 12 1F 13A 40 2A
Octal 260 47 221 0 116 22 37 472 100 52
Binary 10110000 100111 10010001 0 1001110 10010 11111 100111010 1000000 101010

Color Harmonies of #B02791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02791

Black with #B02791

Text Example


Text Example

White with #B02791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02791; }

 p { color: rgb(176,39,145); }

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

background-color css

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

 a { background-color: rgb(176,39,145); }

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

border-color css

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

 span { border-color: rgb(176,39,145); }

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