Html Css Color HEX #B02884 Medium Red Violet

📋 copy color: '#B02884'

red 176 ◦ green 40 ◦ blue 132

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

Shades of Medium Red Violet #B02884

Tints of Medium Red Violet #B02884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 50.57%
G = 11.49%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B02884 (or 0xB02884) is known color: Medium Red Violet. HEX triplet: B0, 28 and 84. RGB value is (176,40,132). Sum of RGB (Red+Green+Blue) = 176+40+132=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B02884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02884 is #4FD77B. Grayscale: #5A5A5A. Windows color (decimal): -5232508 or 8661168. OLE color: 8661168.

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

Color convert

RGB 176 40 132 -
CMYK 0 0.77 0.25 0.31
HSL 319.41º 0.63% 0.42% -
HSV(B) 319.41º 0.77% 0.69% -
XYZ 22.83 12.41 23.02 -
YUV 91.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 176 40 132 0 0.77 0.25 0.31 319.41 0.63 0.42
Hex B0 28 84 0 4D 19 1F 13F 3F 2A
Octal 260 50 204 0 115 31 37 477 77 52
Binary 10110000 101000 10000100 0 1001101 11001 11111 100111111 111111 101010

Color Harmonies of #B02884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02884

Black with #B02884

Text Example


Text Example

White with #B02884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02884; }

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

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

background-color css

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

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

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

border-color css

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

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

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