Html Css Color HEX #B02E99 Medium Red Violet

📋 copy color: '#B02E99'

red 176 ◦ green 46 ◦ blue 153

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

Shades of Medium Red Violet #B02E99

Tints of Medium Red Violet #B02E99

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 46.93%
G = 12.27%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B02E99 (or 0xB02E99) is known color: Medium Red Violet. HEX triplet: B0, 2E and 99. RGB value is (176,46,153). Sum of RGB (Red+Green+Blue) = 176+46+153=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02E99 is #4FD166. Grayscale: #606060. Windows color (decimal): -5230951 or 10038960. OLE color: 10038960.

HSL color Cylindrical-coordinate representation of color #B02E99: hue angle of 310.62º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02E99 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 46 153 -
CMYK 0 0.74 0.13 0.31
HSL 310.62º 0.59% 0.44% -
HSV(B) 310.62º 0.74% 0.69% -
XYZ 24.63 13.48 31.44 -
YUV 97.07 159.57 184.3 -
System Red Green Blue C M Y K H S L
Decimal 176 46 153 0 0.74 0.13 0.31 310.62 0.59 0.44
Hex B0 2E 99 0 4A D 1F 137 3B 2C
Octal 260 56 231 0 112 15 37 467 73 54
Binary 10110000 101110 10011001 0 1001010 1101 11111 100110111 111011 101100

Color Harmonies of #B02E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E99

Black with #B02E99

Text Example


Text Example

White with #B02E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E99; }

 p { color: rgb(176,46,153); }

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

background-color css

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

 a { background-color: rgb(176,46,153); }

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

border-color css

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

 span { border-color: rgb(176,46,153); }

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