#B44BFD

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

Shades of Medium Orchid #B44BFD

Tints of Medium Orchid #B44BFD

Color information

#B44BFD (or 0xB44BFD) is unknown color: approx Medium Orchid. HEX triplet: B4, 4B and FD. RGB value is (180,75,253). Sum of RGB (Red+Green+Blue) = 180+75+253=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #B44BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B44BFD is #4BB402. Grayscale: #7E7E7E. Windows color (decimal): -4961283 or 16599988. OLE color: 16599988.

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

Color convert

RGB18075253-
CMYK0.290.7000.01
HSL275.39º97.8%64.31%-
HSV(B)275.39º70.36%99.22%-
XYZ39.0721.8395.08-
YUV126.69199.29166.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 75 (29.69% from 255) = 14.76%
BLUE value IS 253 (99.22% from 255) = 49.80%
R=35.43%
G=14.76%
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.01
SystemRedGreenBlueCMYKHSL
Decimal180752530.290.7000.01275.3997.864.31
HexB44BFD1D46011136240
Octal2641133753510601423142100
Binary101101001001011111111011110110001100110001001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BFD; }

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

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

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

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

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

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

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

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