#BD69CD

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

Shades of Medium Orchid #BD69CD

Tints of Medium Orchid #BD69CD

Color information

#BD69CD (or 0xBD69CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 69 and CD. RGB value is (189,105,205). Sum of RGB (Red+Green+Blue) = 189+105+205=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69CD is #429632. Grayscale: #8D8D8D. Windows color (decimal): -4363827 or 13461949. OLE color: 13461949.

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

Color convert

RGB189105205-
CMYK0.080.4900.20
HSL290.4º50%60.78%-
HSV(B)290.4º48.78%80.39%-
XYZ37.0625.3360.69-
YUV141.52163.83161.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=37.88%
G=21.04%
B=41.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891052050.080.4900.20290.45060.78
HexBD69CD831014122323d
Octal27515131510610244426275
Binary101111011101001110011011000110001010100100100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69CD; }

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

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

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

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

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

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

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

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