Html Css Color HEX #B02D80 Medium Red Violet

📋 copy color: '#B02D80'

red 176 ◦ green 45 ◦ blue 128

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

Shades of Medium Red Violet #B02D80

Tints of Medium Red Violet #B02D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.68%

R = 50.43%
G = 12.89%
B = 36.68%

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

#B02D80 (or 0xB02D80) is known color: Medium Red Violet. HEX triplet: B0, 2D and 80. RGB value is (176,45,128). Sum of RGB (Red+Green+Blue) = 176+45+128=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D80 is #4FD27F. Grayscale: #5D5D5D. Windows color (decimal): -5231232 or 8400304. OLE color: 8400304.

HSL color Cylindrical-coordinate representation of color #B02D80: hue angle of 321.98º 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 #B02D80 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 45 128 -
CMYK 0 0.74 0.27 0.31
HSL 321.98º 0.59% 0.43% -
HSV(B) 321.98º 0.74% 0.69% -
XYZ 22.74 12.67 21.67 -
YUV 93.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 176 45 128 0 0.74 0.27 0.31 321.98 0.59 0.43
Hex B0 2D 80 0 4A 1B 1F 142 3B 2B
Octal 260 55 200 0 112 33 37 502 73 53
Binary 10110000 101101 10000000 0 1001010 11011 11111 101000010 111011 101011

Color Harmonies of #B02D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02D80

Black with #B02D80

Text Example


Text Example

White with #B02D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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