#B461FB

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

Shades of Medium Orchid #B461FB

Tints of Medium Orchid #B461FB

Color information

#B461FB (or 0xB461FB) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and FB. RGB value is (180,97,251). Sum of RGB (Red+Green+Blue) = 180+97+251=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #B461FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B461FB is #4B9E04. Grayscale: #8A8A8A. Windows color (decimal): -4955653 or 16474548. OLE color: 16474548.

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

Color convert

RGB18097251-
CMYK0.280.6100.02
HSL272.34º95.06%68.24%-
HSV(B)272.34º61.35%98.43%-
XYZ40.5125.2294-
YUV139.37191156.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=34.09%
G=18.37%
B=47.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180972510.280.6100.02272.3495.0668.24
HexB461FB1C3D021105f44
Octal264141373347502420137104
Binary101101001100001111110111110011110101010001000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461FB; }

 p { color: rgb(180,97,251); }

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

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

 a { background-color: rgb(180,97,251); }

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

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

 span { border-color: rgb(180,97,251); }

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