#bd65ed

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

Shades of Medium Orchid #BD65ED

Tints of Medium Orchid #BD65ED

Color information

#BD65ED (or 0xBD65ED) is unknown color: approx Medium Orchid. HEX triplet: BD, 65 and ED. RGB value is (189,101,237). Sum of RGB (Red+Green+Blue) = 189+101+237=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65ED is #429A12. Grayscale: #8E8E8E. Windows color (decimal): -4364819 or 15558077. OLE color: 15558077.

HSL color Cylindrical-coordinate representation of color #BD65ED: hue angle of 278.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD65ED is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189101237-
CMYK0.200.5700.07
HSL278.82º79.07%66.27%-
HSV(B)278.82º57.38%92.94%-
XYZ40.9326.2483.03-
YUV142.82181.15160.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=35.86%
G=19.17%
B=44.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891012370.200.5700.07278.8279.0766.27
HexBD65ED1439071174f42
Octal275145355247107427117102
Binary1011110111001011110110110100111001011110001011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd65ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd65ed; }

 p { color: rgb(189,101,237); }

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

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

 a { background-color: rgb(189,101,237); }

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

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

 span { border-color: rgb(189,101,237); }

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