Html Css Color HEX #B818A0 Medium Violet Red

📋 copy color: '#B818A0'

red 184 ◦ green 24 ◦ blue 160

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

Shades of Medium Violet Red #B818A0

Tints of Medium Violet Red #B818A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.52%

 BLUE value IS 160 (62.89% from 255) = 43.48%

R = 50%
G = 6.52%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B818A0 (or 0xB818A0) is known color: Medium Violet Red. HEX triplet: B8, 18 and A0. RGB value is (184,24,160). Sum of RGB (Red+Green+Blue) = 184+24+160=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B818A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B818A0 is #47E75F. Grayscale: #565656. Windows color (decimal): -4712288 or 10492088. OLE color: 10492088.

HSL color Cylindrical-coordinate representation of color #B818A0: hue angle of 309º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B818A0 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 160 -
CMYK 0 0.87 0.13 0.28
HSL 309º 0.77% 0.41% -
HSV(B) 309º 0.87% 0.72% -
XYZ 26.44 13.38 34.45 -
YUV 87.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 184 24 160 0 0.87 0.13 0.28 309 0.77 0.41
Hex B8 18 A0 0 57 D 1C 135 4D 29
Octal 270 30 240 0 127 15 34 465 115 51
Binary 10111000 11000 10100000 0 1010111 1101 11100 100110101 1001101 101001

Color Harmonies of #B818A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818A0

Black with #B818A0

Text Example


Text Example

White with #B818A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818A0; }

 p { color: rgb(184,24,160); }

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

background-color css

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

 a { background-color: rgb(184,24,160); }

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

border-color css

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

 span { border-color: rgb(184,24,160); }

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