#b054ff

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

Shades of Medium Orchid #B054FF

Tints of Medium Orchid #B054FF

Color information

#B054FF (or 0xB054FF) is unknown color: approx Medium Orchid. HEX triplet: B0, 54 and FF. RGB value is (176,84,255). Sum of RGB (Red+Green+Blue) = 176+84+255=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #B054FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B054FF is #4FAB00. Grayscale: #828282. Windows color (decimal): -5221121 or 16733360. OLE color: 16733360.

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

Color convert

RGB17684255-
CMYK0.310.6700
HSL272.28º100%66.47%-
HSV(B)272.28º67.06%100%-
XYZ39.1222.7996.94-
YUV131197.98160.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 84 (33.20% from 255) = 16.31%
BLUE value IS 255 (100% from 255) = 49.51%
R=34.17%
G=16.31%
B=49.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176842550.310.6700272.2810066.47
HexB054FF1F43001106442
Octal2601243773710300420144102
Binary101100001010100111111111111110000110010001000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b054ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b054ff; }

 p { color: rgb(176,84,255); }

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

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

 a { background-color: rgb(176,84,255); }

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

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

 span { border-color: rgb(176,84,255); }

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