Html Css Color HEX #B02973 Medium Red Violet

📋 copy color: '#B02973'

red 176 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #B02973

Tints of Medium Red Violet #B02973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.35%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 53.01%
G = 12.35%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B02973 (or 0xB02973) is known color: Medium Red Violet. HEX triplet: B0, 29 and 73. RGB value is (176,41,115). Sum of RGB (Red+Green+Blue) = 176+41+115=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B02973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02973 is #4FD68C. Grayscale: #595959. Windows color (decimal): -5232269 or 7547312. OLE color: 7547312.

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

Color convert

RGB 176 41 115 -
CMYK 0 0.77 0.35 0.31
HSL 327.11º 0.62% 0.43% -
HSV(B) 327.11º 0.77% 0.69% -
XYZ 21.79 12.05 17.4 -
YUV 89.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 176 41 115 0 0.77 0.35 0.31 327.11 0.62 0.43
Hex B0 29 73 0 4D 23 1F 147 3E 2B
Octal 260 51 163 0 115 43 37 507 76 53
Binary 10110000 101001 1110011 0 1001101 100011 11111 101000111 111110 101011

Color Harmonies of #B02973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02973

Black with #B02973

Text Example


Text Example

White with #B02973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02973; }

 p { color: rgb(176,41,115); }

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

background-color css

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

 a { background-color: rgb(176,41,115); }

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

border-color css

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

 span { border-color: rgb(176,41,115); }

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