Html Css Color HEX #B02D81 Medium Red Violet

📋 copy color: '#B02D81'

red 176 ◦ green 45 ◦ blue 129

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

Shades of Medium Red Violet #B02D81

Tints of Medium Red Violet #B02D81

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

 BLUE value IS 129 (50.78% from 255) = 36.86%

R = 50.29%
G = 12.86%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B02D81 (or 0xB02D81) is known color: Medium Red Violet. HEX triplet: B0, 2D and 81. RGB value is (176,45,129). Sum of RGB (Red+Green+Blue) = 176+45+129=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D81 is #4FD27E. Grayscale: #5D5D5D. Windows color (decimal): -5231231 or 8465840. OLE color: 8465840.

HSL color Cylindrical-coordinate representation of color #B02D81: hue angle of 321.53º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D81 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 45 129 -
CMYK 0 0.74 0.27 0.31
HSL 321.53º 0.59% 0.43% -
HSV(B) 321.53º 0.74% 0.69% -
XYZ 22.81 12.69 22.02 -
YUV 93.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 176 45 129 0 0.74 0.27 0.31 321.53 0.59 0.43
Hex B0 2D 81 0 4A 1B 1F 142 3B 2B
Octal 260 55 201 0 112 33 37 502 73 53
Binary 10110000 101101 10000001 0 1001010 11011 11111 101000010 111011 101011

Color Harmonies of #B02D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D81

Black with #B02D81

Text Example


Text Example

White with #B02D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D81; }

 p { color: rgb(176,45,129); }

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

background-color css

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

 a { background-color: rgb(176,45,129); }

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

border-color css

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

 span { border-color: rgb(176,45,129); }

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