Html Css Color HEX #B02495 Medium Red Violet

📋 copy color: '#B02495'

red 176 ◦ green 36 ◦ blue 149

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

Shades of Medium Red Violet #B02495

Tints of Medium Red Violet #B02495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.97%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 48.75%
G = 9.97%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B02495 (or 0xB02495) is known color: Medium Red Violet. HEX triplet: B0, 24 and 95. RGB value is (176,36,149). Sum of RGB (Red+Green+Blue) = 176+36+149=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B02495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02495 is #4FDB6A. Grayscale: #5A5A5A. Windows color (decimal): -5233515 or 9774256. OLE color: 9774256.

HSL color Cylindrical-coordinate representation of color #B02495: hue angle of 311.57º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02495 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 149 -
CMYK 0 0.80 0.15 0.31
HSL 311.57º 0.66% 0.42% -
HSV(B) 311.57º 0.8% 0.69% -
XYZ 23.96 12.66 29.61 -
YUV 90.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 176 36 149 0 0.80 0.15 0.31 311.57 0.66 0.42
Hex B0 24 95 0 50 F 1F 138 42 2A
Octal 260 44 225 0 120 17 37 470 102 52
Binary 10110000 100100 10010101 0 1010000 1111 11111 100111000 1000010 101010

Color Harmonies of #B02495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02495

Black with #B02495

Text Example


Text Example

White with #B02495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02495; }

 p { color: rgb(176,36,149); }

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

background-color css

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

 a { background-color: rgb(176,36,149); }

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

border-color css

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

 span { border-color: rgb(176,36,149); }

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