#B627A1

Color #B627A1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B627A1

Tints of Medium Red Violet #B627A1

Color information

#B627A1 (or 0xB627A1) is unknown color: approx Medium Red Violet. HEX triplet: B6, 27 and A1. RGB value is (182,39,161). Sum of RGB (Red+Green+Blue) = 182+39+161=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B627A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B627A1 is #49D85E. Grayscale: #5F5F5F. Windows color (decimal): -4839519 or 10561462. OLE color: 10561462.

HSL color Cylindrical-coordinate representation of color #B627A1: hue angle of 308.81º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B627A1 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18239161-
CMYK00.790.120.29
HSL308.81º64.71%43.33%-
HSV(B)308.81º78.57%71.37%-
XYZ26.4513.9735.02-
YUV95.66164.88189.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 39 (15.62% from 255) = 10.21%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=47.64%
G=10.21%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823916100.790.120.29308.8164.7143.33
HexB627A104FC1D135412b
Octal266472410117143546510153
Binary1011011010011110100001010011111100111011001101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B627A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B627A1; }

 p { color: rgb(182,39,161); }

 H1.HeaderClassName
 {
   color: #B627A1;
 }
 .AnyTagClassName
 {
   color: #B627A1;
 }
</style>
background-color css

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

 a { background-color: rgb(182,39,161); }

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

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

 span { border-color: rgb(182,39,161); }

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