Html Css Color HEX #B7248B Medium Red Violet

📋 copy color: '#B7248B'

red 183 ◦ green 36 ◦ blue 139

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

Shades of Medium Red Violet #B7248B

Tints of Medium Red Violet #B7248B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 51.12%
G = 10.06%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B7248B (or 0xB7248B) is known color: Medium Red Violet. HEX triplet: B7, 24 and 8B. RGB value is (183,36,139). Sum of RGB (Red+Green+Blue) = 183+36+139=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7248B is #48DB74. Grayscale: #5B5B5B. Windows color (decimal): -4774773 or 9118903. OLE color: 9118903.

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

Color convert

RGB 183 36 139 -
CMYK 0 0.80 0.24 0.28
HSL 317.96º 0.67% 0.43% -
HSV(B) 317.96º 0.8% 0.72% -
XYZ 24.82 13.19 25.66 -
YUV 91.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 183 36 139 0 0.80 0.24 0.28 317.96 0.67 0.43
Hex B7 24 8B 0 50 18 1C 13E 43 2B
Octal 267 44 213 0 120 30 34 476 103 53
Binary 10110111 100100 10001011 0 1010000 11000 11100 100111110 1000011 101011

Color Harmonies of #B7248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7248B

Black with #B7248B

Text Example


Text Example

White with #B7248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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