#B651FC

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

Shades of Medium Orchid #B651FC

Tints of Medium Orchid #B651FC

Color information

#B651FC (or 0xB651FC) is unknown color: approx Medium Orchid. HEX triplet: B6, 51 and FC. RGB value is (182,81,252). Sum of RGB (Red+Green+Blue) = 182+81+252=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #B651FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B651FC is #49AE03. Grayscale: #828282. Windows color (decimal): -4828676 or 16535990. OLE color: 16535990.

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

Color convert

RGB18281252-
CMYK0.280.6800.01
HSL275.44º96.61%65.29%-
HSV(B)275.44º67.86%98.82%-
XYZ39.822.8694.41-
YUV130.69196.46164.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=35.34%
G=15.73%
B=48.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182812520.280.6800.01275.4496.6165.29
HexB651FC1C44011136141
Octal2661213743410401423141101
Binary101101101010001111111001110010001000110001001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B651FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B651FC; }

 p { color: rgb(182,81,252); }

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

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

 a { background-color: rgb(182,81,252); }

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

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

 span { border-color: rgb(182,81,252); }

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