Html Css Color HEX #B02883 Medium Red Violet

📋 copy color: '#B02883'

red 176 ◦ green 40 ◦ blue 131

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

Shades of Medium Red Violet #B02883

Tints of Medium Red Violet #B02883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 50.72%
G = 11.53%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B02883 (or 0xB02883) is known color: Medium Red Violet. HEX triplet: B0, 28 and 83. RGB value is (176,40,131). Sum of RGB (Red+Green+Blue) = 176+40+131=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B02883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02883 is #4FD77C. Grayscale: #5A5A5A. Windows color (decimal): -5232509 or 8595632. OLE color: 8595632.

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

Color convert

RGB 176 40 131 -
CMYK 0 0.77 0.26 0.31
HSL 319.85º 0.63% 0.42% -
HSV(B) 319.85º 0.77% 0.69% -
XYZ 22.76 12.39 22.66 -
YUV 91.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 176 40 131 0 0.77 0.26 0.31 319.85 0.63 0.42
Hex B0 28 83 0 4D 1A 1F 140 3F 2A
Octal 260 50 203 0 115 32 37 500 77 52
Binary 10110000 101000 10000011 0 1001101 11010 11111 101000000 111111 101010

Color Harmonies of #B02883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02883

Black with #B02883

Text Example


Text Example

White with #B02883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02883; }

 p { color: rgb(176,40,131); }

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

background-color css

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

 a { background-color: rgb(176,40,131); }

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

border-color css

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

 span { border-color: rgb(176,40,131); }

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