#B454F6

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

Shades of Medium Orchid #B454F6

Tints of Medium Orchid #B454F6

Color information

#B454F6 (or 0xB454F6) is unknown color: approx Medium Orchid. HEX triplet: B4, 54 and F6. RGB value is (180,84,246). Sum of RGB (Red+Green+Blue) = 180+84+246=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #B454F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B454F6 is #4BAB09. Grayscale: #828282. Windows color (decimal): -4958986 or 16143540. OLE color: 16143540.

HSL color Cylindrical-coordinate representation of color #B454F6: hue angle of 275.56º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B454F6 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18084246-
CMYK0.270.6600.04
HSL275.56º90%64.71%-
HSV(B)275.56º65.85%96.47%-
XYZ38.6322.789.53-
YUV131.17192.8162.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 84 (33.20% from 255) = 16.47%
BLUE value IS 246 (96.48% from 255) = 48.24%
R=35.29%
G=16.47%
B=48.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180842460.270.6600.04275.569064.71
HexB454F61B42041145a41
Octal2641243663310204424132101
Binary10110100101010011110110110111000010010010001010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454F6; }

 p { color: rgb(180,84,246); }

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

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

 a { background-color: rgb(180,84,246); }

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

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

 span { border-color: rgb(180,84,246); }

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