#B440FC

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

Shades of Medium Orchid #B440FC

Tints of Medium Orchid #B440FC

Color information

#B440FC (or 0xB440FC) is unknown color: approx Medium Orchid. HEX triplet: B4, 40 and FC. RGB value is (180,64,252). Sum of RGB (Red+Green+Blue) = 180+64+252=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B440FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B440FC is #4BBF03. Grayscale: #777777. Windows color (decimal): -4964100 or 16531636. OLE color: 16531636.

HSL color Cylindrical-coordinate representation of color #B440FC: hue angle of 277.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B440FC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18064252-
CMYK0.290.7500.01
HSL277.02º96.91%61.96%-
HSV(B)277.02º74.6%98.82%-
XYZ38.2320.494.02-
YUV120.12202.43170.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 64 (25.39% from 255) = 12.90%
BLUE value IS 252 (98.83% from 255) = 50.81%
R=36.29%
G=12.90%
B=50.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180642520.290.7500.01277.0296.9161.96
HexB440FC1D4B01115613e
Octal264100374351130142514176
Binary10110100100000011111100111011001011011000101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B440FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B440FC; }

 p { color: rgb(180,64,252); }

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

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

 a { background-color: rgb(180,64,252); }

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

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

 span { border-color: rgb(180,64,252); }

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