#BD266E

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

Shades of Medium Red Violet #BD266E

Tints of Medium Red Violet #BD266E

Color information

#BD266E (or 0xBD266E) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 6E. RGB value is (189,38,110). Sum of RGB (Red+Green+Blue) = 189+38+110=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD266E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD266E is #42D991. Grayscale: #5B5B5B. Windows color (decimal): -4381074 or 7218877. OLE color: 7218877.

HSL color Cylindrical-coordinate representation of color #BD266E: hue angle of 331.39º 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 #BD266E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18938110-
CMYK00.800.420.26
HSL331.39º66.52%44.51%-
HSV(B)331.39º79.89%74.12%-
XYZ24.4913.3316.03-
YUV91.36138.53197.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=56.08%
G=11.28%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893811000.800.420.26331.3966.5244.51
HexBD266E0502A1A14b432d
Octal275461560120523251310355
Binary10111101100110110111001010000101010110101010010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD266E; }

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

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

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

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

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

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

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

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