#B552F9

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

Shades of Medium Orchid #B552F9

Tints of Medium Orchid #B552F9

Color information

#B552F9 (or 0xB552F9) is unknown color: approx Medium Orchid. HEX triplet: B5, 52 and F9. RGB value is (181,82,249). Sum of RGB (Red+Green+Blue) = 181+82+249=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #B552F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B552F9 is #4AAD06. Grayscale: #828282. Windows color (decimal): -4893959 or 16339637. OLE color: 16339637.

HSL color Cylindrical-coordinate representation of color #B552F9: hue angle of 275.57º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B552F9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18182249-
CMYK0.270.6700.02
HSL275.57º93.3%64.9%-
HSV(B)275.57º67.07%97.65%-
XYZ39.1722.791.94-
YUV130.64194.8163.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=35.35%
G=16.02%
B=48.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181822490.270.6700.02275.5793.364.9
HexB552F91B43021145d41
Octal2651223713310302424135101
Binary1011010110100101111100111011100001101010001010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B552F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B552F9; }

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

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

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

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

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

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

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

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