#BD64D4

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

Shades of Medium Orchid #BD64D4

Tints of Medium Orchid #BD64D4

Color information

#BD64D4 (or 0xBD64D4) is unknown color: approx Medium Orchid. HEX triplet: BD, 64 and D4. RGB value is (189,100,212). Sum of RGB (Red+Green+Blue) = 189+100+212=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD64D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64D4 is #429B2B. Grayscale: #8B8B8B. Windows color (decimal): -4365100 or 13919421. OLE color: 13919421.

HSL color Cylindrical-coordinate representation of color #BD64D4: hue angle of 287.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD64D4 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189100212-
CMYK0.110.5300.17
HSL287.68º56.57%61.18%-
HSV(B)287.68º52.83%83.14%-
XYZ37.4324.6965.08-
YUV139.38168.99163.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 100 (39.45% from 255) = 19.96%
BLUE value IS 212 (83.20% from 255) = 42.32%
R=37.72%
G=19.96%
B=42.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891002120.110.5300.17287.6856.5761.18
HexBD64D4B35011120393d
Octal27514432413650214407175
Binary101111011100100110101001011110101010001100100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD64D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD64D4; }

 p { color: rgb(189,100,212); }

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

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

 a { background-color: rgb(189,100,212); }

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

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

 span { border-color: rgb(189,100,212); }

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