Html Css Color HEX #B81298 Medium Violet Red

📋 copy color: '#B81298'

red 184 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #B81298

Tints of Medium Violet Red #B81298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.08%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 51.98%
G = 5.08%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B81298 (or 0xB81298) is known color: Medium Violet Red. HEX triplet: B8, 12 and 98. RGB value is (184,18,152). Sum of RGB (Red+Green+Blue) = 184+18+152=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B81298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81298 is #47ED67. Grayscale: #525252. Windows color (decimal): -4713832 or 9966264. OLE color: 9966264.

HSL color Cylindrical-coordinate representation of color #B81298: hue angle of 311.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81298 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 152 -
CMYK 0 0.90 0.17 0.28
HSL 311.57º 0.82% 0.4% -
HSV(B) 311.57º 0.9% 0.72% -
XYZ 25.65 12.89 30.84 -
YUV 82.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 184 18 152 0 0.90 0.17 0.28 311.57 0.82 0.4
Hex B8 12 98 0 5A 11 1C 138 52 28
Octal 270 22 230 0 132 21 34 470 122 50
Binary 10111000 10010 10011000 0 1011010 10001 11100 100111000 1010010 101000

Color Harmonies of #B81298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81298

Black with #B81298

Text Example


Text Example

White with #B81298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81298; }

 p { color: rgb(184,18,152); }

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

background-color css

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

 a { background-color: rgb(184,18,152); }

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

border-color css

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

 span { border-color: rgb(184,18,152); }

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