Html Css Color HEX #B02994 Medium Red Violet

📋 copy color: '#B02994'

red 176 ◦ green 41 ◦ blue 148

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

Shades of Medium Red Violet #B02994

Tints of Medium Red Violet #B02994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 48.22%
G = 11.23%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B02994 (or 0xB02994) is known color: Medium Red Violet. HEX triplet: B0, 29 and 94. RGB value is (176,41,148). Sum of RGB (Red+Green+Blue) = 176+41+148=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B02994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02994 is #4FD66B. Grayscale: #5D5D5D. Windows color (decimal): -5232236 or 9710000. OLE color: 9710000.

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

Color convert

RGB 176 41 148 -
CMYK 0 0.77 0.16 0.31
HSL 312.44º 0.62% 0.43% -
HSV(B) 312.44º 0.77% 0.69% -
XYZ 24.04 12.95 29.25 -
YUV 93.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 176 41 148 0 0.77 0.16 0.31 312.44 0.62 0.43
Hex B0 29 94 0 4D 10 1F 138 3E 2B
Octal 260 51 224 0 115 20 37 470 76 53
Binary 10110000 101001 10010100 0 1001101 10000 11111 100111000 111110 101011

Color Harmonies of #B02994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02994

Black with #B02994

Text Example


Text Example

White with #B02994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02994; }

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

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

background-color css

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

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

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

border-color css

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

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

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