#B644FC

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

Shades of Medium Orchid #B644FC

Tints of Medium Orchid #B644FC

Color information

#B644FC (or 0xB644FC) is unknown color: approx Medium Orchid. HEX triplet: B6, 44 and FC. RGB value is (182,68,252). Sum of RGB (Red+Green+Blue) = 182+68+252=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #B644FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B644FC is #49BB03. Grayscale: #7A7A7A. Windows color (decimal): -4832004 or 16532662. OLE color: 16532662.

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

Color convert

RGB18268252-
CMYK0.280.7300.01
HSL277.17º96.84%62.75%-
HSV(B)277.17º73.02%98.82%-
XYZ38.9321.1194.12-
YUV123.06200.77170.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 68 (26.95% from 255) = 13.55%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=36.25%
G=13.55%
B=50.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182682520.280.7300.01277.1796.8462.75
HexB644FC1C4901115613f
Octal266104374341110142514177
Binary10110110100010011111100111001001001011000101011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644FC; }

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

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

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

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

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

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

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

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