Html Css Color HEX #B02278 Medium Red Violet

📋 copy color: '#B02278'

red 176 ◦ green 34 ◦ blue 120

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

Shades of Medium Red Violet #B02278

Tints of Medium Red Violet #B02278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 53.33%
G = 10.3%
B = 36.36%

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

#B02278 (or 0xB02278) is known color: Medium Red Violet. HEX triplet: B0, 22 and 78. RGB value is (176,34,120). Sum of RGB (Red+Green+Blue) = 176+34+120=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B02278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02278 is #4FDD87. Grayscale: #565656. Windows color (decimal): -5234056 or 7873200. OLE color: 7873200.

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

Color convert

RGB 176 34 120 -
CMYK 0 0.81 0.32 0.31
HSL 323.66º 0.68% 0.41% -
HSV(B) 323.66º 0.81% 0.69% -
XYZ 21.87 11.73 18.88 -
YUV 86.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 176 34 120 0 0.81 0.32 0.31 323.66 0.68 0.41
Hex B0 22 78 0 51 20 1F 144 44 29
Octal 260 42 170 0 121 40 37 504 104 51
Binary 10110000 100010 1111000 0 1010001 100000 11111 101000100 1000100 101001

Color Harmonies of #B02278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02278

Black with #B02278

Text Example


Text Example

White with #B02278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02278; }

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

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

background-color css

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

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

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

border-color css

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

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

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