#BD65EA

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

Shades of Medium Orchid #BD65EA

Tints of Medium Orchid #BD65EA

Color information

#BD65EA (or 0xBD65EA) is unknown color: approx Medium Orchid. HEX triplet: BD, 65 and EA. RGB value is (189,101,234). Sum of RGB (Red+Green+Blue) = 189+101+234=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65EA is #429A15. Grayscale: #8E8E8E. Windows color (decimal): -4364822 or 15361469. OLE color: 15361469.

HSL color Cylindrical-coordinate representation of color #BD65EA: hue angle of 279.7º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD65EA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189101234-
CMYK0.190.5700.08
HSL279.7º76%65.69%-
HSV(B)279.7º56.84%91.76%-
XYZ40.4926.0780.74-
YUV142.47179.65161.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 101 (39.84% from 255) = 19.27%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=36.07%
G=19.27%
B=44.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891012340.190.5700.08279.77665.69
HexBD65EA1339081184c42
Octal2751453522371010430114102
Binary10111101110010111101010100111110010100010001100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD65EA; }

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

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

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

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

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

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

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

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