#B943F7

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

Shades of Medium Orchid #B943F7

Tints of Medium Orchid #B943F7

Color information

#B943F7 (or 0xB943F7) is unknown color: approx Medium Orchid. HEX triplet: B9, 43 and F7. RGB value is (185,67,247). Sum of RGB (Red+Green+Blue) = 185+67+247=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 247 - color contains mainly: blue. Hex color #B943F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B943F7 is #46BC08. Grayscale: #7A7A7A. Windows color (decimal): -4635657 or 16204729. OLE color: 16204729.

HSL color Cylindrical-coordinate representation of color #B943F7: hue angle of 279.33º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B943F7 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18567247-
CMYK0.250.7300.03
HSL279.33º91.84%61.57%-
HSV(B)279.33º72.87%96.86%-
XYZ38.821.0490.01-
YUV122.8198.09172.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 67 (26.56% from 255) = 13.43%
BLUE value IS 247 (96.88% from 255) = 49.50%
R=37.07%
G=13.43%
B=49.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal185672470.250.7300.03279.3391.8461.57
HexB943F71949031175c3e
Octal271103367311110342713476
Binary101110011000011111101111100110010010111000101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B943F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B943F7; }

 p { color: rgb(185,67,247); }

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

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

 a { background-color: rgb(185,67,247); }

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

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

 span { border-color: rgb(185,67,247); }

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