Html Css Color HEX #B7247F Medium Red Violet

📋 copy color: '#B7247F'

red 183 ◦ green 36 ◦ blue 127

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

Shades of Medium Red Violet #B7247F

Tints of Medium Red Violet #B7247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.4%

 BLUE value IS 127 (50% from 255) = 36.71%

R = 52.89%
G = 10.4%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7247F (or 0xB7247F) is known color: Medium Red Violet. HEX triplet: B7, 24 and 7F. RGB value is (183,36,127). Sum of RGB (Red+Green+Blue) = 183+36+127=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7247F is #48DB80. Grayscale: #5A5A5A. Windows color (decimal): -4774785 or 8332471. OLE color: 8332471.

HSL color Cylindrical-coordinate representation of color #B7247F: hue angle of 322.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7247F is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 127 -
CMYK 0 0.80 0.31 0.28
HSL 322.86º 0.67% 0.43% -
HSV(B) 322.86º 0.8% 0.72% -
XYZ 23.99 12.86 21.3 -
YUV 90.33 148.7 194.1 -
System Red Green Blue C M Y K H S L
Decimal 183 36 127 0 0.80 0.31 0.28 322.86 0.67 0.43
Hex B7 24 7F 0 50 1F 1C 143 43 2B
Octal 267 44 177 0 120 37 34 503 103 53
Binary 10110111 100100 1111111 0 1010000 11111 11100 101000011 1000011 101011

Color Harmonies of #B7247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7247F

Black with #B7247F

Text Example


Text Example

White with #B7247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7247F; }

 p { color: rgb(183,36,127); }

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

background-color css

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

 a { background-color: rgb(183,36,127); }

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

border-color css

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

 span { border-color: rgb(183,36,127); }

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