#B644FF

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

Shades of Medium Orchid #B644FF

Tints of Medium Orchid #B644FF

Color information

#B644FF (or 0xB644FF) is unknown color: approx Medium Orchid. HEX triplet: B6, 44 and FF. RGB value is (182,68,255). Sum of RGB (Red+Green+Blue) = 182+68+255=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #B644FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B644FF is #49BB00. Grayscale: #7A7A7A. Windows color (decimal): -4832001 or 16729270. OLE color: 16729270.

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

Color convert

RGB18268255-
CMYK0.290.7300
HSL276.58º100%63.33%-
HSV(B)276.58º73.33%100%-
XYZ39.4121.396.64-
YUV123.4202.27169.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 68 (26.95% from 255) = 13.47%
BLUE value IS 255 (100% from 255) = 50.50%
R=36.04%
G=13.47%
B=50.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182682550.290.7300276.5810063.33
HexB644FF1D4900115643f
Octal266104377351110042514477
Binary10110110100010011111111111011001001001000101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644FF; }

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

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

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

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

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

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

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

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