#B552FE

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

Shades of Medium Orchid #B552FE

Tints of Medium Orchid #B552FE

Color information

#B552FE (or 0xB552FE) is unknown color: approx Medium Orchid. HEX triplet: B5, 52 and FE. RGB value is (181,82,254). Sum of RGB (Red+Green+Blue) = 181+82+254=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 82 (32.42% from 255 or 15.86% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #B552FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552FE is #4AAD01. Grayscale: #828282. Windows color (decimal): -4893954 or 16667317. OLE color: 16667317.

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

Color convert

RGB18182254-
CMYK0.290.6800.00
HSL274.53º98.85%65.88%-
HSV(B)274.53º67.72%99.61%-
XYZ39.9623.0196.1-
YUV131.21197.3163.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.01%
GREEN value IS 82 (32.42% from 255) = 15.86%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=35.01%
G=15.86%
B=49.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal181822540.290.6800.00274.5398.8565.88
HexB552FE1D44001136342
Octal2651223763510400423143102
Binary101101011010010111111101110110001000010001001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B552FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B552FE; }

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

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

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

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

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

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

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

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