#BD27C3

Color #BD27C3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD27C3

Tints of Deep Magenta #BD27C3

Color information

#BD27C3 (or 0xBD27C3) is unknown color: approx Deep Magenta. HEX triplet: BD, 27 and C3. RGB value is (189,39,195). Sum of RGB (Red+Green+Blue) = 189+39+195=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #BD27C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27C3 is #42D83C. Grayscale: #656565. Windows color (decimal): -4380733 or 12789693. OLE color: 12789693.

HSL color Cylindrical-coordinate representation of color #BD27C3: hue angle of 297.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD27C3 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18939195-
CMYK0.030.8000.24
HSL297.69º66.67%45.88%-
HSV(B)297.69º80%76.47%-
XYZ31.5616.2153.1-
YUV101.63180.7190.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 39 (15.62% from 255) = 9.22%
BLUE value IS 195 (76.56% from 255) = 46.10%
R=44.68%
G=9.22%
B=46.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189391950.030.8000.24297.6966.6745.88
HexBD27C335001812a432e
Octal27547303312003045210356
Binary10111101100111110000111110100000110001001010101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD27C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD27C3; }

 p { color: rgb(189,39,195); }

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

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

 a { background-color: rgb(189,39,195); }

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

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

 span { border-color: rgb(189,39,195); }

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