#B046F3

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

Shades of Medium Orchid #B046F3

Tints of Medium Orchid #B046F3

Color information

#B046F3 (or 0xB046F3) is unknown color: approx Medium Orchid. HEX triplet: B0, 46 and F3. RGB value is (176,70,243). Sum of RGB (Red+Green+Blue) = 176+70+243=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #B046F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B046F3 is #4FB90C. Grayscale: #787878. Windows color (decimal): -5224717 or 15943344. OLE color: 15943344.

HSL color Cylindrical-coordinate representation of color #B046F3: hue angle of 276.76º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B046F3 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17670243-
CMYK0.280.7100.05
HSL276.76º87.82%61.37%-
HSV(B)276.76º71.19%95.29%-
XYZ36.2720.0886.76-
YUV121.42196.62166.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 70 (27.73% from 255) = 14.31%
BLUE value IS 243 (95.31% from 255) = 49.69%
R=35.99%
G=14.31%
B=49.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176702430.280.7100.05276.7687.8261.37
HexB046F31C4705115583d
Octal260106363341070542513075
Binary1011000010001101111001111100100011101011000101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B046F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B046F3; }

 p { color: rgb(176,70,243); }

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

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

 a { background-color: rgb(176,70,243); }

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

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

 span { border-color: rgb(176,70,243); }

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