#B254FC

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

Shades of Medium Orchid #B254FC

Tints of Medium Orchid #B254FC

Color information

#B254FC (or 0xB254FC) is unknown color: approx Medium Orchid. HEX triplet: B2, 54 and FC. RGB value is (178,84,252). Sum of RGB (Red+Green+Blue) = 178+84+252=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #B254FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FC is #4DAB03. Grayscale: #828282. Windows color (decimal): -5090052 or 16536754. OLE color: 16536754.

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

Color convert

RGB17884252-
CMYK0.290.6700.01
HSL273.57º96.55%65.88%-
HSV(B)273.57º66.67%98.82%-
XYZ39.122.8394.44-
YUV131.26196.14161.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 84 (33.20% from 255) = 16.34%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=34.63%
G=16.34%
B=49.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal178842520.290.6700.01273.5796.5565.88
HexB254FC1D43011126142
Octal2621243743510301422141102
Binary101100101010100111111001110110000110110001001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254FC; }

 p { color: rgb(178,84,252); }

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

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

 a { background-color: rgb(178,84,252); }

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

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

 span { border-color: rgb(178,84,252); }

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