#BD266B

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

Shades of Medium Red Violet #BD266B

Tints of Medium Red Violet #BD266B

Color information

#BD266B (or 0xBD266B) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 6B. RGB value is (189,38,107). Sum of RGB (Red+Green+Blue) = 189+38+107=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD266B is #42D994. Grayscale: #5A5A5A. Windows color (decimal): -4381077 or 7022269. OLE color: 7022269.

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

Color convert

RGB18938107-
CMYK00.800.430.26
HSL332.58º66.52%44.51%-
HSV(B)332.58º79.89%74.12%-
XYZ24.3313.2715.19-
YUV91.01137.03197.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 107 (42.19% from 255) = 32.04%
R=56.59%
G=11.38%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893810700.800.430.26332.5866.5244.51
HexBD266B0502B1A14d432d
Octal275461530120533251510355
Binary10111101100110110101101010000101011110101010011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD266B; }

 p { color: rgb(189,38,107); }

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

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

 a { background-color: rgb(189,38,107); }

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

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

 span { border-color: rgb(189,38,107); }

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