Html Css Color HEX #B8248B Medium Red Violet

📋 copy color: '#B8248B'

red 184 ◦ green 36 ◦ blue 139

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

Shades of Medium Red Violet #B8248B

Tints of Medium Red Violet #B8248B

RGB

 RED value IS 184 (72.27% from 255) = 51.25%

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

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

R = 51.25%
G = 10.03%
B = 38.72%

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

#B8248B (or 0xB8248B) is known color: Medium Red Violet. HEX triplet: B8, 24 and 8B. RGB value is (184,36,139). Sum of RGB (Red+Green+Blue) = 184+36+139=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8248B is #47DB74. Grayscale: #5B5B5B. Windows color (decimal): -4709237 or 9118904. OLE color: 9118904.

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

Color convert

RGB 184 36 139 -
CMYK 0 0.80 0.24 0.28
HSL 318.24º 0.67% 0.43% -
HSV(B) 318.24º 0.8% 0.72% -
XYZ 25.06 13.32 25.68 -
YUV 91.99 154.53 193.62 -
System Red Green Blue C M Y K H S L
Decimal 184 36 139 0 0.80 0.24 0.28 318.24 0.67 0.43
Hex B8 24 8B 0 50 18 1C 13E 43 2B
Octal 270 44 213 0 120 30 34 476 103 53
Binary 10111000 100100 10001011 0 1010000 11000 11100 100111110 1000011 101011

Color Harmonies of #B8248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8248B

Black with #B8248B

Text Example


Text Example

White with #B8248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8248B; }

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

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

background-color css

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

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

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

border-color css

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

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

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