#BD369D

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

Shades of Medium Red Violet #BD369D

Tints of Medium Red Violet #BD369D

Color information

#BD369D (or 0xBD369D) is unknown color: approx Medium Red Violet. HEX triplet: BD, 36 and 9D. RGB value is (189,54,157). Sum of RGB (Red+Green+Blue) = 189+54+157=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD369D is #42C962. Grayscale: #696969. Windows color (decimal): -4376931 or 10303165. OLE color: 10303165.

HSL color Cylindrical-coordinate representation of color #BD369D: hue angle of 314.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD369D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB18954157-
CMYK00.710.170.26
HSL314.22º55.56%47.65%-
HSV(B)314.22º71.43%74.12%-
XYZ28.3915.8933.47-
YUV106.11156.73187.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.25%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=47.25%
G=13.5%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895415700.710.170.26314.2255.5647.65
HexBD369D047111A13a3830
Octal27566235010721324727060
Binary1011110111011010011101010001111000111010100111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD369D; }

 p { color: rgb(189,54,157); }

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

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

 a { background-color: rgb(189,54,157); }

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

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

 span { border-color: rgb(189,54,157); }

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