#B44CFE

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

Shades of Medium Orchid #B44CFE

Tints of Medium Orchid #B44CFE

Color information

#B44CFE (or 0xB44CFE) is unknown color: approx Medium Orchid. HEX triplet: B4, 4C and FE. RGB value is (180,76,254). Sum of RGB (Red+Green+Blue) = 180+76+254=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B44CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44CFE is #4BB301. Grayscale: #7E7E7E. Windows color (decimal): -4961026 or 16665780. OLE color: 16665780.

HSL color Cylindrical-coordinate representation of color #B44CFE: hue angle of 275.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B44CFE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18076254-
CMYK0.290.7000.00
HSL275.06º98.89%64.71%-
HSV(B)275.06º70.08%99.61%-
XYZ39.322.0395.95-
YUV127.39199.46165.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=35.29%
G=14.90%
B=49.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180762540.290.7000.00275.0698.8964.71
HexB44CFE1D46001136341
Octal2641143763510600423143101
Binary101101001001100111111101110110001100010001001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44CFE; }

 p { color: rgb(180,76,254); }

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

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

 a { background-color: rgb(180,76,254); }

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

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

 span { border-color: rgb(180,76,254); }

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