#BD51FE

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

Shades of Medium Orchid #BD51FE

Tints of Medium Orchid #BD51FE

Color information

#BD51FE (or 0xBD51FE) is unknown color: approx Medium Orchid. HEX triplet: BD, 51 and FE. RGB value is (189,81,254). Sum of RGB (Red+Green+Blue) = 189+81+254=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD51FE is #42AE01. Grayscale: #848484. Windows color (decimal): -4369922 or 16667069. OLE color: 16667069.

HSL color Cylindrical-coordinate representation of color #BD51FE: hue angle of 277.46º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD51FE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18981254-
CMYK0.260.6800.00
HSL277.46º98.86%65.69%-
HSV(B)277.46º68.11%99.61%-
XYZ41.8223.8696.17-
YUV133.01196.28167.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=36.07%
G=15.46%
B=48.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal189812540.260.6800.00277.4698.8665.69
HexBD51FE1A44001156342
Octal2751213763210400425143102
Binary101111011010001111111101101010001000010001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51FE; }

 p { color: rgb(189,81,254); }

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

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

 a { background-color: rgb(189,81,254); }

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

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

 span { border-color: rgb(189,81,254); }

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