#BD269C

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

Shades of Medium Red Violet #BD269C

Tints of Medium Red Violet #BD269C

Color information

#BD269C (or 0xBD269C) is unknown color: approx Medium Red Violet. HEX triplet: BD, 26 and 9C. RGB value is (189,38,156). Sum of RGB (Red+Green+Blue) = 189+38+156=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD269C is #42D963. Grayscale: #606060. Windows color (decimal): -4381028 or 10233533. OLE color: 10233533.

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

Color convert

RGB18938156-
CMYK00.800.170.26
HSL313.11º66.52%44.51%-
HSV(B)313.11º79.89%74.12%-
XYZ27.6814.6132.81-
YUV96.6161.53193.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 38 (15.23% from 255) = 9.92%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=49.35%
G=9.92%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893815600.800.170.26313.1166.5244.51
HexBD269C050111A139432d
Octal275462340120213247110355
Binary10111101100110100111000101000010001110101001110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD269C; }

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

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

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

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

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

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

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

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