Html Css Color HEX #B02498 Medium Red Violet

📋 copy color: '#B02498'

red 176 ◦ green 36 ◦ blue 152

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

Shades of Medium Red Violet #B02498

Tints of Medium Red Violet #B02498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 48.35%
G = 9.89%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B02498 (or 0xB02498) is known color: Medium Red Violet. HEX triplet: B0, 24 and 98. RGB value is (176,36,152). Sum of RGB (Red+Green+Blue) = 176+36+152=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B02498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02498 is #4FDB67. Grayscale: #5A5A5A. Windows color (decimal): -5233512 or 9970864. OLE color: 9970864.

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

Color convert

RGB 176 36 152 -
CMYK 0 0.80 0.14 0.31
HSL 310.29º 0.66% 0.42% -
HSV(B) 310.29º 0.8% 0.69% -
XYZ 24.2 12.76 30.89 -
YUV 91.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 176 36 152 0 0.80 0.14 0.31 310.29 0.66 0.42
Hex B0 24 98 0 50 E 1F 136 42 2A
Octal 260 44 230 0 120 16 37 466 102 52
Binary 10110000 100100 10011000 0 1010000 1110 11111 100110110 1000010 101010

Color Harmonies of #B02498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02498

Black with #B02498

Text Example


Text Example

White with #B02498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02498; }

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

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

background-color css

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

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

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

border-color css

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

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

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