Html Css Color HEX #B7248E Medium Red Violet

📋 copy color: '#B7248E'

red 183 ◦ green 36 ◦ blue 142

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

Shades of Medium Red Violet #B7248E

Tints of Medium Red Violet #B7248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 50.69%
G = 9.97%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7248E (or 0xB7248E) is known color: Medium Red Violet. HEX triplet: B7, 24 and 8E. RGB value is (183,36,142). Sum of RGB (Red+Green+Blue) = 183+36+142=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7248E is #48DB71. Grayscale: #5B5B5B. Windows color (decimal): -4774770 or 9315511. OLE color: 9315511.

HSL color Cylindrical-coordinate representation of color #B7248E: hue angle of 316.73º 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 #B7248E is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 142 -
CMYK 0 0.80 0.22 0.28
HSL 316.73º 0.67% 0.43% -
HSV(B) 316.73º 0.8% 0.72% -
XYZ 25.04 13.28 26.84 -
YUV 92.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 183 36 142 0 0.80 0.22 0.28 316.73 0.67 0.43
Hex B7 24 8E 0 50 16 1C 13D 43 2B
Octal 267 44 216 0 120 26 34 475 103 53
Binary 10110111 100100 10001110 0 1010000 10110 11100 100111101 1000011 101011

Color Harmonies of #B7248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7248E

Black with #B7248E

Text Example


Text Example

White with #B7248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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