#B441FD

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

Shades of Medium Orchid #B441FD

Tints of Medium Orchid #B441FD

Color information

#B441FD (or 0xB441FD) is unknown color: approx Medium Orchid. HEX triplet: B4, 41 and FD. RGB value is (180,65,253). Sum of RGB (Red+Green+Blue) = 180+65+253=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #B441FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441FD is #4BBE02. Grayscale: #787878. Windows color (decimal): -4963843 or 16597428. OLE color: 16597428.

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

Color convert

RGB18065253-
CMYK0.290.7400.01
HSL276.7º97.92%62.35%-
HSV(B)276.7º74.31%99.22%-
XYZ38.4420.5894.87-
YUV120.82202.6170.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 65 (25.78% from 255) = 13.05%
BLUE value IS 253 (99.22% from 255) = 50.80%
R=36.14%
G=13.05%
B=50.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180652530.290.7400.01276.797.9262.35
HexB441FD1D4A01115623e
Octal264101375351120142514276
Binary10110100100000111111101111011001010011000101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441FD; }

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

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

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

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

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

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

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

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