#B254FB

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

Shades of Medium Orchid #B254FB

Tints of Medium Orchid #B254FB

Color information

#B254FB (or 0xB254FB) is unknown color: approx Medium Orchid. HEX triplet: B2, 54 and FB. RGB value is (178,84,251). Sum of RGB (Red+Green+Blue) = 178+84+251=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #B254FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254FB is #4DAB04. Grayscale: #828282. Windows color (decimal): -5090053 or 16471218. OLE color: 16471218.

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

Color convert

RGB17884251-
CMYK0.290.6700.02
HSL273.77º95.43%65.69%-
HSV(B)273.77º66.53%98.43%-
XYZ38.9422.7793.61-
YUV131.14195.64161.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 84 (33.20% from 255) = 16.37%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=34.70%
G=16.37%
B=48.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178842510.290.6700.02273.7795.4365.69
HexB254FB1D43021125f42
Octal2621243733510302422137102
Binary1011001010101001111101111101100001101010001001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254FB; }

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

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

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

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

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

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

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

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