Html Css Color HEX #B818AA Medium Violet Red

📋 copy color: '#B818AA'

red 184 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #B818AA

Tints of Medium Violet Red #B818AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 48.68%
G = 6.35%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B818AA (or 0xB818AA) is known color: Medium Violet Red. HEX triplet: B8, 18 and AA. RGB value is (184,24,170). Sum of RGB (Red+Green+Blue) = 184+24+170=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B818AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B818AA is #47E755. Grayscale: #585858. Windows color (decimal): -4712278 or 11147448. OLE color: 11147448.

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

Color convert

RGB 184 24 170 -
CMYK 0 0.87 0.08 0.28
HSL 305.25º 0.77% 0.41% -
HSV(B) 305.25º 0.87% 0.72% -
XYZ 27.35 13.75 39.24 -
YUV 88.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 184 24 170 0 0.87 0.08 0.28 305.25 0.77 0.41
Hex B8 18 AA 0 57 8 1C 131 4D 29
Octal 270 30 252 0 127 10 34 461 115 51
Binary 10111000 11000 10101010 0 1010111 1000 11100 100110001 1001101 101001

Color Harmonies of #B818AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818AA

Black with #B818AA

Text Example


Text Example

White with #B818AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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