#BD63E0

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

Shades of Medium Orchid #BD63E0

Tints of Medium Orchid #BD63E0

Color information

#BD63E0 (or 0xBD63E0) is unknown color: approx Medium Orchid. HEX triplet: BD, 63 and E0. RGB value is (189,99,224). Sum of RGB (Red+Green+Blue) = 189+99+224=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63E0 is #429C1F. Grayscale: #8B8B8B. Windows color (decimal): -4365344 or 14705597. OLE color: 14705597.

HSL color Cylindrical-coordinate representation of color #BD63E0: hue angle of 283.2º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD63E0 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18999224-
CMYK0.160.5600.12
HSL283.2º66.84%63.33%-
HSV(B)283.2º55.8%87.84%-
XYZ38.925.1273.32-
YUV140.16175.32162.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 224 (87.89% from 255) = 43.75%
R=36.91%
G=19.34%
B=43.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189992240.160.5600.12283.266.8463.33
HexBD63E010380C11b433f
Octal275143340207001443310377
Binary1011110111000111110000010000111000011001000110111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD63E0; }

 p { color: rgb(189,99,224); }

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

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

 a { background-color: rgb(189,99,224); }

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

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

 span { border-color: rgb(189,99,224); }

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