#BD5CCD

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

Shades of Medium Orchid #BD5CCD

Tints of Medium Orchid #BD5CCD

Color information

#BD5CCD (or 0xBD5CCD) is unknown color: approx Medium Orchid. HEX triplet: BD, 5C and CD. RGB value is (189,92,205). Sum of RGB (Red+Green+Blue) = 189+92+205=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CCD is #42A332. Grayscale: #858585. Windows color (decimal): -4367155 or 13458621. OLE color: 13458621.

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

Color convert

RGB18992205-
CMYK0.080.5500.20
HSL291.5º53.05%58.24%-
HSV(B)291.5º55.12%80.39%-
XYZ35.8322.8860.29-
YUV133.88168.14167.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.89%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=38.89%
G=18.93%
B=42.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189922050.080.5500.20291.553.0558.24
HexBD5CCD837014124353a
Octal27513431510670244446572
Binary101111011011100110011011000110111010100100100100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CCD; }

 p { color: rgb(189,92,205); }

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

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

 a { background-color: rgb(189,92,205); }

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

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

 span { border-color: rgb(189,92,205); }

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