#B441FF

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

Shades of Medium Orchid #B441FF

Tints of Medium Orchid #B441FF

Color information

#B441FF (or 0xB441FF) is unknown color: approx Medium Orchid. HEX triplet: B4, 41 and FF. RGB value is (180,65,255). Sum of RGB (Red+Green+Blue) = 180+65+255=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B441FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FF is #4BBE00. Grayscale: #787878. Windows color (decimal): -4963841 or 16728500. OLE color: 16728500.

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

Color convert

RGB18065255-
CMYK0.290.7500
HSL276.32º100%62.75%-
HSV(B)276.32º74.51%100%-
XYZ38.7620.796.56-
YUV121.04203.6170.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 65 (25.78% from 255) = 13%
BLUE value IS 255 (100% from 255) = 51%
R=36%
G=13%
B=51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180652550.290.7500276.3210062.75
HexB441FF1D4B00114643f
Octal264101377351130042414477
Binary10110100100000111111111111011001011001000101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441FF; }

 p { color: rgb(180,65,255); }

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

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

 a { background-color: rgb(180,65,255); }

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

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

 span { border-color: rgb(180,65,255); }

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