Html Css Color HEX #B02699 Medium Red Violet

📋 copy color: '#B02699'

red 176 ◦ green 38 ◦ blue 153

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

Shades of Medium Red Violet #B02699

Tints of Medium Red Violet #B02699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 47.96%
G = 10.35%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B02699 (or 0xB02699) is known color: Medium Red Violet. HEX triplet: B0, 26 and 99. RGB value is (176,38,153). Sum of RGB (Red+Green+Blue) = 176+38+153=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B02699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02699 is #4FD966. Grayscale: #5C5C5C. Windows color (decimal): -5232999 or 10036912. OLE color: 10036912.

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

Color convert

RGB 176 38 153 -
CMYK 0 0.78 0.13 0.31
HSL 310º 0.64% 0.42% -
HSV(B) 310º 0.78% 0.69% -
XYZ 24.35 12.92 31.35 -
YUV 92.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 176 38 153 0 0.78 0.13 0.31 310 0.64 0.42
Hex B0 26 99 0 4E D 1F 136 40 2A
Octal 260 46 231 0 116 15 37 466 100 52
Binary 10110000 100110 10011001 0 1001110 1101 11111 100110110 1000000 101010

Color Harmonies of #B02699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02699

Black with #B02699

Text Example


Text Example

White with #B02699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02699; }

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

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

background-color css

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

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

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

border-color css

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

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

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