#B43AF8

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

Shades of Medium Orchid #B43AF8

Tints of Medium Orchid #B43AF8

Color information

#B43AF8 (or 0xB43AF8) is unknown color: approx Medium Orchid. HEX triplet: B4, 3A and F8. RGB value is (180,58,248). Sum of RGB (Red+Green+Blue) = 180+58+248=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #B43AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43AF8 is #4BC507. Grayscale: #737373. Windows color (decimal): -4965640 or 16267956. OLE color: 16267956.

HSL color Cylindrical-coordinate representation of color #B43AF8: hue angle of 278.53º degrees, saturation: 0.93, 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 #B43AF8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18058248-
CMYK0.270.7700.03
HSL278.53º93.14%60%-
HSV(B)278.53º76.61%97.25%-
XYZ37.2819.5190.61-
YUV116.14202.42173.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.04%
GREEN value IS 58 (23.05% from 255) = 11.93%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=37.04%
G=11.93%
B=51.03%

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
Decimal180582480.270.7700.03278.5393.1460
HexB43AF81B4D031175d3c
Octal26472370331150342713574
Binary10110100111010111110001101110011010111000101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43AF8; }

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

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

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

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

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

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

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

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