Html Css Color HEX #B9248A Medium Red Violet

📋 copy color: '#B9248A'

red 185 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #B9248A

Tints of Medium Red Violet #B9248A

RGB

 RED value IS 185 (72.66% from 255) = 51.53%

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

 BLUE value IS 138 (54.3% from 255) = 38.44%

R = 51.53%
G = 10.03%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9248A (or 0xB9248A) is known color: Medium Red Violet. HEX triplet: B9, 24 and 8A. RGB value is (185,36,138). Sum of RGB (Red+Green+Blue) = 185+36+138=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9248A is #46DB75. Grayscale: #5B5B5B. Windows color (decimal): -4643702 or 9053369. OLE color: 9053369.

HSL color Cylindrical-coordinate representation of color #B9248A: hue angle of 318.93º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9248A is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 138 -
CMYK 0 0.81 0.25 0.27
HSL 318.93º 0.67% 0.43% -
HSV(B) 318.93º 0.81% 0.73% -
XYZ 25.23 13.41 25.3 -
YUV 92.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 185 36 138 0 0.81 0.25 0.27 318.93 0.67 0.43
Hex B9 24 8A 0 51 19 1B 13F 43 2B
Octal 271 44 212 0 121 31 33 477 103 53
Binary 10111001 100100 10001010 0 1010001 11001 11011 100111111 1000011 101011

Color Harmonies of #B9248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9248A

Black with #B9248A

Text Example


Text Example

White with #B9248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9248A; }

 p { color: rgb(185,36,138); }

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

background-color css

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

 a { background-color: rgb(185,36,138); }

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

border-color css

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

 span { border-color: rgb(185,36,138); }

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