#B954FC

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

Shades of Medium Orchid #B954FC

Tints of Medium Orchid #B954FC

Color information

#B954FC (or 0xB954FC) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and FC. RGB value is (185,84,252). Sum of RGB (Red+Green+Blue) = 185+84+252=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #B954FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B954FC is #46AB03. Grayscale: #848484. Windows color (decimal): -4631300 or 16536761. OLE color: 16536761.

HSL color Cylindrical-coordinate representation of color #B954FC: hue angle of 276.07º 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 #B954FC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18584252-
CMYK0.270.6700.01
HSL276.07º96.55%65.88%-
HSV(B)276.07º66.67%98.82%-
XYZ40.7523.6894.52-
YUV133.35194.96164.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=35.51%
G=16.12%
B=48.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal185842520.270.6700.01276.0796.5565.88
HexB954FC1B43011146142
Octal2711243743310301424141102
Binary101110011010100111111001101110000110110001010011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954FC; }

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

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

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

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

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

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

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

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