#B254F9

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

Shades of Medium Orchid #B254F9

Tints of Medium Orchid #B254F9

Color information

#B254F9 (or 0xB254F9) is unknown color: approx Medium Orchid. HEX triplet: B2, 54 and F9. RGB value is (178,84,249). Sum of RGB (Red+Green+Blue) = 178+84+249=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #B254F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B254F9 is #4DAB06. Grayscale: #828282. Windows color (decimal): -5090055 or 16340146. OLE color: 16340146.

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

Color convert

RGB17884249-
CMYK0.290.6600.02
HSL274.18º93.22%65.29%-
HSV(B)274.18º66.27%97.65%-
XYZ38.6322.6591.96-
YUV130.92194.64161.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 84 (33.20% from 255) = 16.44%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=34.83%
G=16.44%
B=48.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178842490.290.6600.02274.1893.2265.29
HexB254F91D42021125d41
Octal2621243713510202422135101
Binary1011001010101001111100111101100001001010001001010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254F9; }

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

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

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

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

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

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

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

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