Html Css Color HEX #B02277 Medium Red Violet

📋 copy color: '#B02277'

red 176 ◦ green 34 ◦ blue 119

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

Shades of Medium Red Violet #B02277

Tints of Medium Red Violet #B02277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.33%

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 53.5%
G = 10.33%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B02277 (or 0xB02277) is known color: Medium Red Violet. HEX triplet: B0, 22 and 77. RGB value is (176,34,119). Sum of RGB (Red+Green+Blue) = 176+34+119=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B02277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02277 is #4FDD88. Grayscale: #555555. Windows color (decimal): -5234057 or 7807664. OLE color: 7807664.

HSL color Cylindrical-coordinate representation of color #B02277: hue angle of 324.08º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02277 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 119 -
CMYK 0 0.81 0.32 0.31
HSL 324.08º 0.68% 0.41% -
HSV(B) 324.08º 0.81% 0.69% -
XYZ 21.81 11.71 18.56 -
YUV 86.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 176 34 119 0 0.81 0.32 0.31 324.08 0.68 0.41
Hex B0 22 77 0 51 20 1F 144 44 29
Octal 260 42 167 0 121 40 37 504 104 51
Binary 10110000 100010 1110111 0 1010001 100000 11111 101000100 1000100 101001

Color Harmonies of #B02277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02277

Black with #B02277

Text Example


Text Example

White with #B02277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02277; }

 p { color: rgb(176,34,119); }

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

background-color css

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

 a { background-color: rgb(176,34,119); }

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

border-color css

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

 span { border-color: rgb(176,34,119); }

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