#B244FF

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

Shades of Medium Orchid #B244FF

Tints of Medium Orchid #B244FF

Color information

#B244FF (or 0xB244FF) is unknown color: approx Medium Orchid. HEX triplet: B2, 44 and FF. RGB value is (178,68,255). Sum of RGB (Red+Green+Blue) = 178+68+255=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #B244FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B244FF is #4DBB00. Grayscale: #797979. Windows color (decimal): -5094145 or 16729266. OLE color: 16729266.

HSL color Cylindrical-coordinate representation of color #B244FF: hue angle of 275.29º 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 #B244FF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17868255-
CMYK0.300.7300
HSL275.29º100%63.33%-
HSV(B)275.29º73.33%100%-
XYZ38.4820.8296.6-
YUV122.21202.94167.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 68 (26.95% from 255) = 13.57%
BLUE value IS 255 (100% from 255) = 50.90%
R=35.53%
G=13.57%
B=50.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178682550.300.7300275.2910063.33
HexB244FF1E4900113643f
Octal262104377361110042314477
Binary10110010100010011111111111101001001001000100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B244FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B244FF; }

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

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

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

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

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

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

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

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