Html Css Color HEX #B02274 Medium Red Violet

📋 copy color: '#B02274'

red 176 ◦ green 34 ◦ blue 116

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

Shades of Medium Red Violet #B02274

Tints of Medium Red Violet #B02274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 53.99%
G = 10.43%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B02274 (or 0xB02274) is known color: Medium Red Violet. HEX triplet: B0, 22 and 74. RGB value is (176,34,116). Sum of RGB (Red+Green+Blue) = 176+34+116=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B02274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02274 is #4FDD8B. Grayscale: #555555. Windows color (decimal): -5234060 or 7611056. OLE color: 7611056.

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

Color convert

RGB 176 34 116 -
CMYK 0 0.81 0.34 0.31
HSL 325.35º 0.68% 0.41% -
HSV(B) 325.35º 0.81% 0.69% -
XYZ 21.63 11.64 17.63 -
YUV 85.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 176 34 116 0 0.81 0.34 0.31 325.35 0.68 0.41
Hex B0 22 74 0 51 22 1F 145 44 29
Octal 260 42 164 0 121 42 37 505 104 51
Binary 10110000 100010 1110100 0 1010001 100010 11111 101000101 1000100 101001

Color Harmonies of #B02274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02274

Black with #B02274

Text Example


Text Example

White with #B02274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02274; }

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

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

background-color css

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

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

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

border-color css

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

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

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