#BD4DCB

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

Shades of Medium Orchid #BD4DCB

Tints of Medium Orchid #BD4DCB

Color information

#BD4DCB (or 0xBD4DCB) is unknown color: approx Medium Orchid. HEX triplet: BD, 4D and CB. RGB value is (189,77,203). Sum of RGB (Red+Green+Blue) = 189+77+203=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DCB is #42B234. Grayscale: #7C7C7C. Windows color (decimal): -4370997 or 13323709. OLE color: 13323709.

HSL color Cylindrical-coordinate representation of color #BD4DCB: hue angle of 293.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DCB is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18977203-
CMYK0.070.6200.20
HSL293.33º54.78%54.9%-
HSV(B)293.33º62.07%79.61%-
XYZ34.4220.4458.63-
YUV124.85172.11173.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 203 (79.69% from 255) = 43.28%
R=40.30%
G=16.42%
B=43.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189772030.070.6200.20293.3354.7854.9
HexBD4DCB73E0141253737
Octal2751153137760244456767
Binary10111101100110111001011111111110010100100100101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4DCB; }

 p { color: rgb(189,77,203); }

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

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

 a { background-color: rgb(189,77,203); }

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

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

 span { border-color: rgb(189,77,203); }

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