Html Css Color HEX #B7228F Medium Red Violet

📋 copy color: '#B7228F'

red 183 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #B7228F

Tints of Medium Red Violet #B7228F

RGB

 RED value IS 183 (71.88% from 255) = 50.83%

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

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 50.83%
G = 9.44%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7228F (or 0xB7228F) is known color: Medium Red Violet. HEX triplet: B7, 22 and 8F. RGB value is (183,34,143). Sum of RGB (Red+Green+Blue) = 183+34+143=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7228F is #48DD70. Grayscale: #5A5A5A. Windows color (decimal): -4775281 or 9380535. OLE color: 9380535.

HSL color Cylindrical-coordinate representation of color #B7228F: hue angle of 316.11º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7228F is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 143 -
CMYK 0 0.81 0.22 0.28
HSL 316.11º 0.69% 0.43% -
HSV(B) 316.11º 0.81% 0.72% -
XYZ 25.06 13.19 27.21 -
YUV 90.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 183 34 143 0 0.81 0.22 0.28 316.11 0.69 0.43
Hex B7 22 8F 0 51 16 1C 13C 45 2B
Octal 267 42 217 0 121 26 34 474 105 53
Binary 10110111 100010 10001111 0 1010001 10110 11100 100111100 1000101 101011

Color Harmonies of #B7228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7228F

Black with #B7228F

Text Example


Text Example

White with #B7228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7228F; }

 p { color: rgb(183,34,143); }

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

background-color css

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

 a { background-color: rgb(183,34,143); }

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

border-color css

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

 span { border-color: rgb(183,34,143); }

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