#B944FF

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

Shades of Medium Orchid #B944FF

Tints of Medium Orchid #B944FF

Color information

#B944FF (or 0xB944FF) is unknown color: approx Medium Orchid. HEX triplet: B9, 44 and FF. RGB value is (185,68,255). Sum of RGB (Red+Green+Blue) = 185+68+255=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B944FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B944FF is #46BB00. Grayscale: #7B7B7B. Windows color (decimal): -4635393 or 16729273. OLE color: 16729273.

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

Color convert

RGB18568255-
CMYK0.270.7300
HSL277.54º100%63.33%-
HSV(B)277.54º73.33%100%-
XYZ40.1221.6796.68-
YUV124.3201.76171.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 68 (26.95% from 255) = 13.39%
BLUE value IS 255 (100% from 255) = 50.20%
R=36.42%
G=13.39%
B=50.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185682550.270.7300277.5410063.33
HexB944FF1B4900116643f
Octal271104377331110042614477
Binary10111001100010011111111110111001001001000101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B944FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B944FF; }

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

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

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

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

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

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

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

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