#B749FA

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

Shades of Medium Orchid #B749FA

Tints of Medium Orchid #B749FA

Color information

#B749FA (or 0xB749FA) is unknown color: approx Medium Orchid. HEX triplet: B7, 49 and FA. RGB value is (183,73,250). Sum of RGB (Red+Green+Blue) = 183+73+250=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #B749FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749FA is #48B605. Grayscale: #7D7D7D. Windows color (decimal): -4765190 or 16402871. OLE color: 16402871.

HSL color Cylindrical-coordinate representation of color #B749FA: hue angle of 277.29º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B749FA is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18373250-
CMYK0.270.7100.02
HSL277.29º94.65%63.33%-
HSV(B)277.29º70.8%98.04%-
XYZ39.1721.7392.57-
YUV126.07197.94168.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 73 (28.91% from 255) = 14.43%
BLUE value IS 250 (98.05% from 255) = 49.41%
R=36.17%
G=14.43%
B=49.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183732500.270.7100.02277.2994.6563.33
HexB749FA1B47021155f3f
Octal267111372331070242513777
Binary101101111001001111110101101110001110101000101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B749FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B749FA; }

 p { color: rgb(183,73,250); }

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

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

 a { background-color: rgb(183,73,250); }

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

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

 span { border-color: rgb(183,73,250); }

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