#B645FE

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

Shades of Medium Orchid #B645FE

Tints of Medium Orchid #B645FE

Color information

#B645FE (or 0xB645FE) is unknown color: approx Medium Orchid. HEX triplet: B6, 45 and FE. RGB value is (182,69,254). Sum of RGB (Red+Green+Blue) = 182+69+254=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #B645FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B645FE is #49BA01. Grayscale: #7B7B7B. Windows color (decimal): -4831746 or 16663990. OLE color: 16663990.

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

Color convert

RGB18269254-
CMYK0.280.7300.00
HSL276.65º98.93%63.33%-
HSV(B)276.65º72.83%99.61%-
XYZ39.3121.3695.82-
YUV123.88201.44169.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 69 (27.34% from 255) = 13.66%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=36.04%
G=13.66%
B=50.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal182692540.280.7300.00276.6598.9363.33
HexB645FE1C4900115633f
Octal266105376341110042514377
Binary10110110100010111111110111001001001001000101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B645FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B645FE; }

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

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

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

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

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

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

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

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