Html Css Color HEX #B8249B Medium Red Violet

📋 copy color: '#B8249B'

red 184 ◦ green 36 ◦ blue 155

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

Shades of Medium Red Violet #B8249B

Tints of Medium Red Violet #B8249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 49.07%
G = 9.6%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8249B (or 0xB8249B) is known color: Medium Red Violet. HEX triplet: B8, 24 and 9B. RGB value is (184,36,155). Sum of RGB (Red+Green+Blue) = 184+36+155=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8249B is #47DB64. Grayscale: #5D5D5D. Windows color (decimal): -4709221 or 10167480. OLE color: 10167480.

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

Color convert

RGB 184 36 155 -
CMYK 0 0.80 0.16 0.28
HSL 311.76º 0.67% 0.43% -
HSV(B) 311.76º 0.8% 0.72% -
XYZ 26.31 13.82 32.29 -
YUV 93.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 184 36 155 0 0.80 0.16 0.28 311.76 0.67 0.43
Hex B8 24 9B 0 50 10 1C 138 43 2B
Octal 270 44 233 0 120 20 34 470 103 53
Binary 10111000 100100 10011011 0 1010000 10000 11100 100111000 1000011 101011

Color Harmonies of #B8249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8249B

Black with #B8249B

Text Example


Text Example

White with #B8249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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