Html Css Color HEX #B618A8 Medium Violet Red

📋 copy color: '#B618A8'

red 182 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #B618A8

Tints of Medium Violet Red #B618A8

RGB

 RED value IS 182 (71.48% from 255) = 48.66%

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

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

R = 48.66%
G = 6.42%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B618A8 (or 0xB618A8) is known color: Medium Violet Red. HEX triplet: B6, 18 and A8. RGB value is (182,24,168). Sum of RGB (Red+Green+Blue) = 182+24+168=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B618A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B618A8 is #49E757. Grayscale: #575757. Windows color (decimal): -4843352 or 11016374. OLE color: 11016374.

HSL color Cylindrical-coordinate representation of color #B618A8: hue angle of 305.32º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B618A8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 168 -
CMYK 0 0.87 0.08 0.29
HSL 305.32º 0.77% 0.4% -
HSV(B) 305.32º 0.87% 0.71% -
XYZ 26.69 13.43 38.23 -
YUV 87.66 173.35 195.29 -
System Red Green Blue C M Y K H S L
Decimal 182 24 168 0 0.87 0.08 0.29 305.32 0.77 0.4
Hex B6 18 A8 0 57 8 1D 131 4D 28
Octal 266 30 250 0 127 10 35 461 115 50
Binary 10110110 11000 10101000 0 1010111 1000 11101 100110001 1001101 101000

Color Harmonies of #B618A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B618A8

Black with #B618A8

Text Example


Text Example

White with #B618A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B618A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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