Html Css Color HEX #B818A6 Medium Violet Red

📋 copy color: '#B818A6'

red 184 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #B818A6

Tints of Medium Violet Red #B818A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.39%

R = 49.2%
G = 6.42%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B818A6 (or 0xB818A6) is known color: Medium Violet Red. HEX triplet: B8, 18 and A6. RGB value is (184,24,166). Sum of RGB (Red+Green+Blue) = 184+24+166=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B818A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B818A6 is #47E759. Grayscale: #575757. Windows color (decimal): -4712282 or 10885304. OLE color: 10885304.

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

Color convert

RGB 184 24 166 -
CMYK 0 0.87 0.10 0.28
HSL 306.75º 0.77% 0.41% -
HSV(B) 306.75º 0.87% 0.72% -
XYZ 26.98 13.6 37.28 -
YUV 88.03 172.01 196.45 -
System Red Green Blue C M Y K H S L
Decimal 184 24 166 0 0.87 0.10 0.28 306.75 0.77 0.41
Hex B8 18 A6 0 57 A 1C 133 4D 29
Octal 270 30 246 0 127 12 34 463 115 51
Binary 10111000 11000 10100110 0 1010111 1010 11100 100110011 1001101 101001

Color Harmonies of #B818A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818A6

Black with #B818A6

Text Example


Text Example

White with #B818A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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