Html Css Color HEX #B628AA Medium Red Violet

📋 copy color: '#B628AA'

red 182 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #B628AA

Tints of Medium Red Violet #B628AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.2%

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 46.43%
G = 10.2%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B628AA (or 0xB628AA) is known color: Medium Red Violet. HEX triplet: B6, 28 and AA. RGB value is (182,40,170). Sum of RGB (Red+Green+Blue) = 182+40+170=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AA is #49D755. Grayscale: #606060. Windows color (decimal): -4839254 or 11151542. OLE color: 11151542.

HSL color Cylindrical-coordinate representation of color #B628AA: hue angle of 305.07º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B628AA is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 170 -
CMYK 0 0.78 0.07 0.29
HSL 305.07º 0.64% 0.44% -
HSV(B) 305.07º 0.78% 0.71% -
XYZ 27.31 14.36 39.36 -
YUV 97.28 169.04 188.43 -
System Red Green Blue C M Y K H S L
Decimal 182 40 170 0 0.78 0.07 0.29 305.07 0.64 0.44
Hex B6 28 AA 0 4E 7 1D 131 40 2C
Octal 266 50 252 0 116 7 35 461 100 54
Binary 10110110 101000 10101010 0 1001110 111 11101 100110001 1000000 101100

Color Harmonies of #B628AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628AA

Black with #B628AA

Text Example


Text Example

White with #B628AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628AA; }

 p { color: rgb(182,40,170); }

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

background-color css

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

 a { background-color: rgb(182,40,170); }

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

border-color css

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

 span { border-color: rgb(182,40,170); }

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