Html Css Color HEX #B02798 Medium Red Violet

📋 copy color: '#B02798'

red 176 ◦ green 39 ◦ blue 152

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

Shades of Medium Red Violet #B02798

Tints of Medium Red Violet #B02798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.63%

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

R = 47.96%
G = 10.63%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B02798 (or 0xB02798) is known color: Medium Red Violet. HEX triplet: B0, 27 and 98. RGB value is (176,39,152). Sum of RGB (Red+Green+Blue) = 176+39+152=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B02798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02798 is #4FD867. Grayscale: #5C5C5C. Windows color (decimal): -5232744 or 9971632. OLE color: 9971632.

HSL color Cylindrical-coordinate representation of color #B02798: hue angle of 310.51º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02798 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 152 -
CMYK 0 0.78 0.14 0.31
HSL 310.51º 0.64% 0.42% -
HSV(B) 310.51º 0.78% 0.69% -
XYZ 24.3 12.95 30.92 -
YUV 92.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 176 39 152 0 0.78 0.14 0.31 310.51 0.64 0.42
Hex B0 27 98 0 4E E 1F 137 40 2A
Octal 260 47 230 0 116 16 37 467 100 52
Binary 10110000 100111 10011000 0 1001110 1110 11111 100110111 1000000 101010

Color Harmonies of #B02798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02798

Black with #B02798

Text Example


Text Example

White with #B02798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02798; }

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

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

background-color css

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

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

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

border-color css

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

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

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