#B44AFD

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

Shades of Medium Orchid #B44AFD

Tints of Medium Orchid #B44AFD

Color information

#B44AFD (or 0xB44AFD) is unknown color: approx Medium Orchid. HEX triplet: B4, 4A and FD. RGB value is (180,74,253). Sum of RGB (Red+Green+Blue) = 180+74+253=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 74 (29.30% from 255 or 14.60% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #B44AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44AFD is #4BB502. Grayscale: #7D7D7D. Windows color (decimal): -4961539 or 16599732. OLE color: 16599732.

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

Color convert

RGB18074253-
CMYK0.290.7100.01
HSL275.53º97.81%64.12%-
HSV(B)275.53º70.75%99.22%-
XYZ3921.6995.06-
YUV126.1199.62166.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 74 (29.30% from 255) = 14.60%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=35.50%
G=14.60%
B=49.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180742530.290.7100.01275.5397.8164.12
HexB44AFD1D47011146240
Octal2641123753510701424142100
Binary101101001001010111111011110110001110110001010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AFD; }

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

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

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

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

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

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

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

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