#BD6CCA

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

Shades of Medium Orchid #BD6CCA

Tints of Medium Orchid #BD6CCA

Color information

#BD6CCA (or 0xBD6CCA) is unknown color: approx Medium Orchid. HEX triplet: BD, 6C and CA. RGB value is (189,108,202). Sum of RGB (Red+Green+Blue) = 189+108+202=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CCA is #429335. Grayscale: #8E8E8E. Windows color (decimal): -4363062 or 13266109. OLE color: 13266109.

HSL color Cylindrical-coordinate representation of color #BD6CCA: hue angle of 291.7º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6CCA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189108202-
CMYK0.060.4700.21
HSL291.7º47%60.78%-
HSV(B)291.7º46.53%79.22%-
XYZ37.0125.8158.91-
YUV142.93161.34160.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 108 (42.58% from 255) = 21.64%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=37.88%
G=21.64%
B=40.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891082020.060.4700.21291.74760.78
HexBD6CCA62F0151242f3d
Octal2751543126570254445775
Binary10111101110110011001010110101111010101100100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6CCA; }

 p { color: rgb(189,108,202); }

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

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

 a { background-color: rgb(189,108,202); }

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

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

 span { border-color: rgb(189,108,202); }

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