#BD52FE

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

Shades of Medium Orchid #BD52FE

Tints of Medium Orchid #BD52FE

Color information

#BD52FE (or 0xBD52FE) is unknown color: approx Medium Orchid. HEX triplet: BD, 52 and FE. RGB value is (189,82,254). Sum of RGB (Red+Green+Blue) = 189+82+254=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD52FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD52FE is #42AD01. Grayscale: #858585. Windows color (decimal): -4369666 or 16667325. OLE color: 16667325.

HSL color Cylindrical-coordinate representation of color #BD52FE: hue angle of 277.33º 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 #BD52FE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18982254-
CMYK0.260.6800.00
HSL277.33º98.85%65.88%-
HSV(B)277.33º67.72%99.61%-
XYZ41.8924.0196.19-
YUV133.6195.95167.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 82 (32.42% from 255) = 15.62%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=36%
G=15.62%
B=48.38%

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
Decimal189822540.260.6800.00277.3398.8565.88
HexBD52FE1A44001156342
Octal2751223763210400425143102
Binary101111011010010111111101101010001000010001010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD52FE; }

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

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

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

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

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

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

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

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