#B555F0

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

Shades of Medium Orchid #B555F0

Tints of Medium Orchid #B555F0

Color information

#B555F0 (or 0xB555F0) is unknown color: approx Medium Orchid. HEX triplet: B5, 55 and F0. RGB value is (181,85,240). Sum of RGB (Red+Green+Blue) = 181+85+240=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #B555F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B555F0 is #4AAA0F. Grayscale: #828282. Windows color (decimal): -4893200 or 15750581. OLE color: 15750581.

HSL color Cylindrical-coordinate representation of color #B555F0: hue angle of 277.16º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B555F0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18185240-
CMYK0.250.6500.06
HSL277.16º83.78%63.73%-
HSV(B)277.16º64.58%94.12%-
XYZ38.0322.6184.8-
YUV131.37189.3163.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 85 (33.59% from 255) = 16.80%
BLUE value IS 240 (94.14% from 255) = 47.43%
R=35.77%
G=16.80%
B=47.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181852400.250.6500.06277.1683.7863.73
HexB555F01941061155440
Octal2651253603110106425124100
Binary10110101101010111110000110011000001011010001010110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555F0; }

 p { color: rgb(181,85,240); }

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

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

 a { background-color: rgb(181,85,240); }

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

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

 span { border-color: rgb(181,85,240); }

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