#B744FF

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

Shades of Medium Orchid #B744FF

Tints of Medium Orchid #B744FF

Color information

#B744FF (or 0xB744FF) is unknown color: approx Medium Orchid. HEX triplet: B7, 44 and FF. RGB value is (183,68,255). Sum of RGB (Red+Green+Blue) = 183+68+255=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B744FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B744FF is #48BB00. Grayscale: #7B7B7B. Windows color (decimal): -4766465 or 16729271. OLE color: 16729271.

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

Color convert

RGB18368255-
CMYK0.280.7300
HSL276.9º100%63.33%-
HSV(B)276.9º73.33%100%-
XYZ39.6521.4296.65-
YUV123.7202.1170.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 68 (26.95% from 255) = 13.44%
BLUE value IS 255 (100% from 255) = 50.40%
R=36.17%
G=13.44%
B=50.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal183682550.280.7300276.910063.33
HexB744FF1C4900115643f
Octal267104377341110042514477
Binary10110111100010011111111111001001001001000101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B744FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B744FF; }

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

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

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

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

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

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

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

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