#BC26AB

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

Shades of Medium Red Violet #BC26AB

Tints of Medium Red Violet #BC26AB

Color information

#BC26AB (or 0xBC26AB) is unknown color: approx Medium Red Violet. HEX triplet: BC, 26 and AB. RGB value is (188,38,171). Sum of RGB (Red+Green+Blue) = 188+38+171=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC26AB is #43D954. Grayscale: #616161. Windows color (decimal): -4446549 or 11216572. OLE color: 11216572.

HSL color Cylindrical-coordinate representation of color #BC26AB: hue angle of 306.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26AB is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18838171-
CMYK00.800.090.26
HSL306.8º66.37%44.31%-
HSV(B)306.8º79.79%73.73%-
XYZ28.7815.0239.91-
YUV98.01169.2192.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 38 (15.23% from 255) = 9.57%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=47.36%
G=9.57%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883817100.800.090.26306.866.3744.31
HexBC26AB05091A133422c
Octal274462530120113246310254
Binary1011110010011010101011010100001001110101001100111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC26AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC26AB; }

 p { color: rgb(188,38,171); }

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

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

 a { background-color: rgb(188,38,171); }

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

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

 span { border-color: rgb(188,38,171); }

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