Html Css Color HEX #B621A8 Medium Violet Red

📋 copy color: '#B621A8'

red 182 ◦ green 33 ◦ blue 168

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

Shades of Medium Violet Red #B621A8

Tints of Medium Violet Red #B621A8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 47.52%
G = 8.62%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B621A8 (or 0xB621A8) is known color: Medium Violet Red. HEX triplet: B6, 21 and A8. RGB value is (182,33,168). Sum of RGB (Red+Green+Blue) = 182+33+168=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B621A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621A8 is #49DE57. Grayscale: #5C5C5C. Windows color (decimal): -4841048 or 11018678. OLE color: 11018678.

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

Color convert

RGB 182 33 168 -
CMYK 0 0.82 0.08 0.29
HSL 305.64º 0.69% 0.42% -
HSV(B) 305.64º 0.82% 0.71% -
XYZ 26.9 13.86 38.3 -
YUV 92.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 182 33 168 0 0.82 0.08 0.29 305.64 0.69 0.42
Hex B6 21 A8 0 52 8 1D 132 45 2A
Octal 266 41 250 0 122 10 35 462 105 52
Binary 10110110 100001 10101000 0 1010010 1000 11101 100110010 1000101 101010

Color Harmonies of #B621A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621A8

Black with #B621A8

Text Example


Text Example

White with #B621A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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