Html Css Color HEX #B621AC Medium Violet Red

📋 copy color: '#B621AC'

red 182 ◦ green 33 ◦ blue 172

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

Shades of Medium Violet Red #B621AC

Tints of Medium Violet Red #B621AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 47.03%
G = 8.53%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B621AC (or 0xB621AC) is known color: Medium Violet Red. HEX triplet: B6, 21 and AC. RGB value is (182,33,172). Sum of RGB (Red+Green+Blue) = 182+33+172=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B621AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B621AC is #49DE53. Grayscale: #5C5C5C. Windows color (decimal): -4841044 or 11280822. OLE color: 11280822.

HSL color Cylindrical-coordinate representation of color #B621AC: hue angle of 304.03º 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 #B621AC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 33 172 -
CMYK 0 0.82 0.05 0.29
HSL 304.03º 0.69% 0.42% -
HSV(B) 304.03º 0.82% 0.71% -
XYZ 27.28 14.01 40.3 -
YUV 93.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 182 33 172 0 0.82 0.05 0.29 304.03 0.69 0.42
Hex B6 21 AC 0 52 5 1D 130 45 2A
Octal 266 41 254 0 122 5 35 460 105 52
Binary 10110110 100001 10101100 0 1010010 101 11101 100110000 1000101 101010

Color Harmonies of #B621AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621AC

Black with #B621AC

Text Example


Text Example

White with #B621AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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