Html Css Color HEX #B818A8 Medium Violet Red

📋 copy color: '#B818A8'

red 184 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #B818A8

Tints of Medium Violet Red #B818A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 48.94%
G = 6.38%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B818A8 (or 0xB818A8) is known color: Medium Violet Red. HEX triplet: B8, 18 and A8. RGB value is (184,24,168). Sum of RGB (Red+Green+Blue) = 184+24+168=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B818A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B818A8 is #47E757. Grayscale: #575757. Windows color (decimal): -4712280 or 11016376. OLE color: 11016376.

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

Color convert

RGB 184 24 168 -
CMYK 0 0.87 0.09 0.28
HSL 306º 0.77% 0.41% -
HSV(B) 306º 0.87% 0.72% -
XYZ 27.16 13.67 38.25 -
YUV 88.26 173.01 196.29 -
System Red Green Blue C M Y K H S L
Decimal 184 24 168 0 0.87 0.09 0.28 306 0.77 0.41
Hex B8 18 A8 0 57 9 1C 132 4D 29
Octal 270 30 250 0 127 11 34 462 115 51
Binary 10111000 11000 10101000 0 1010111 1001 11100 100110010 1001101 101001

Color Harmonies of #B818A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B818A8

Black with #B818A8

Text Example


Text Example

White with #B818A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B818A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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