#B43AF7

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

Shades of Medium Orchid #B43AF7

Tints of Medium Orchid #B43AF7

Color information

#B43AF7 (or 0xB43AF7) is unknown color: approx Medium Orchid. HEX triplet: B4, 3A and F7. RGB value is (180,58,247). Sum of RGB (Red+Green+Blue) = 180+58+247=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #B43AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43AF7 is #4BC508. Grayscale: #737373. Windows color (decimal): -4965641 or 16202420. OLE color: 16202420.

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

Color convert

RGB18058247-
CMYK0.270.7700.03
HSL278.73º92.2%59.8%-
HSV(B)278.73º76.52%96.86%-
XYZ37.1219.4489.79-
YUV116.02201.92173.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 58 (23.05% from 255) = 11.96%
BLUE value IS 247 (96.88% from 255) = 50.93%
R=37.11%
G=11.96%
B=50.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180582470.270.7700.03278.7392.259.8
HexB43AF71B4D031175c3c
Octal26472367331150342713474
Binary10110100111010111101111101110011010111000101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AF7; }

 p { color: rgb(180,58,247); }

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

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

 a { background-color: rgb(180,58,247); }

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

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

 span { border-color: rgb(180,58,247); }

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