#B653FE

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

Shades of Medium Orchid #B653FE

Tints of Medium Orchid #B653FE

Color information

#B653FE (or 0xB653FE) is unknown color: approx Medium Orchid. HEX triplet: B6, 53 and FE. RGB value is (182,83,254). Sum of RGB (Red+Green+Blue) = 182+83+254=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #B653FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B653FE is #49AC01. Grayscale: #838383. Windows color (decimal): -4828162 or 16667574. OLE color: 16667574.

HSL color Cylindrical-coordinate representation of color #B653FE: hue angle of 274.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B653FE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18283254-
CMYK0.280.6700.00
HSL274.74º98.84%66.08%-
HSV(B)274.74º67.32%99.61%-
XYZ40.2723.2996.14-
YUV132.1196.8163.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 83 (32.81% from 255) = 15.99%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=35.07%
G=15.99%
B=48.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal182832540.280.6700.00274.7498.8466.08
HexB653FE1C43001136342
Octal2661233763410300423143102
Binary101101101010011111111101110010000110010001001111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B653FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B653FE; }

 p { color: rgb(182,83,254); }

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

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

 a { background-color: rgb(182,83,254); }

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

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

 span { border-color: rgb(182,83,254); }

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