Html Css Color HEX #B02891 Medium Red Violet

📋 copy color: '#B02891'

red 176 ◦ green 40 ◦ blue 145

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

Shades of Medium Red Violet #B02891

Tints of Medium Red Violet #B02891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 48.75%
G = 11.08%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B02891 (or 0xB02891) is known color: Medium Red Violet. HEX triplet: B0, 28 and 91. RGB value is (176,40,145). Sum of RGB (Red+Green+Blue) = 176+40+145=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B02891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02891 is #4FD76E. Grayscale: #5C5C5C. Windows color (decimal): -5232495 or 9513136. OLE color: 9513136.

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

Color convert

RGB 176 40 145 -
CMYK 0 0.77 0.18 0.31
HSL 313.68º 0.63% 0.42% -
HSV(B) 313.68º 0.77% 0.69% -
XYZ 23.77 12.79 28 -
YUV 92.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 176 40 145 0 0.77 0.18 0.31 313.68 0.63 0.42
Hex B0 28 91 0 4D 12 1F 13A 3F 2A
Octal 260 50 221 0 115 22 37 472 77 52
Binary 10110000 101000 10010001 0 1001101 10010 11111 100111010 111111 101010

Color Harmonies of #B02891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02891

Black with #B02891

Text Example


Text Example

White with #B02891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02891; }

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

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

background-color css

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

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

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

border-color css

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

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

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