Html Css Color HEX #B02273 Medium Red Violet

📋 copy color: '#B02273'

red 176 ◦ green 34 ◦ blue 115

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

Shades of Medium Red Violet #B02273

Tints of Medium Red Violet #B02273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 54.15%
G = 10.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B02273 (or 0xB02273) is known color: Medium Red Violet. HEX triplet: B0, 22 and 73. RGB value is (176,34,115). Sum of RGB (Red+Green+Blue) = 176+34+115=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B02273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02273 is #4FDD8C. Grayscale: #555555. Windows color (decimal): -5234061 or 7545520. OLE color: 7545520.

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

Color convert

RGB 176 34 115 -
CMYK 0 0.81 0.35 0.31
HSL 325.77º 0.68% 0.41% -
HSV(B) 325.77º 0.81% 0.69% -
XYZ 21.57 11.61 17.32 -
YUV 85.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 176 34 115 0 0.81 0.35 0.31 325.77 0.68 0.41
Hex B0 22 73 0 51 23 1F 146 44 29
Octal 260 42 163 0 121 43 37 506 104 51
Binary 10110000 100010 1110011 0 1010001 100011 11111 101000110 1000100 101001

Color Harmonies of #B02273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02273

Black with #B02273

Text Example


Text Example

White with #B02273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02273; }

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

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

background-color css

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

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

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

border-color css

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

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

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