#B654F9

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

Shades of Medium Orchid #B654F9

Tints of Medium Orchid #B654F9

Color information

#B654F9 (or 0xB654F9) is unknown color: approx Medium Orchid. HEX triplet: B6, 54 and F9. RGB value is (182,84,249). Sum of RGB (Red+Green+Blue) = 182+84+249=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #B654F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B654F9 is #49AB06. Grayscale: #838383. Windows color (decimal): -4827911 or 16340150. OLE color: 16340150.

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

Color convert

RGB18284249-
CMYK0.270.6600.02
HSL275.64º93.22%65.29%-
HSV(B)275.64º66.27%97.65%-
XYZ39.5623.1392-
YUV132.11193.97163.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 84 (33.20% from 255) = 16.31%
BLUE value IS 249 (97.66% from 255) = 48.35%
R=35.34%
G=16.31%
B=48.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182842490.270.6600.02275.6493.2265.29
HexB654F91B42021145d41
Octal2661243713310202424135101
Binary1011011010101001111100111011100001001010001010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654F9; }

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

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

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

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

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

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

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

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