#B14AFB

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

Shades of Medium Orchid #B14AFB

Tints of Medium Orchid #B14AFB

Color information

#B14AFB (or 0xB14AFB) is unknown color: approx Medium Orchid. HEX triplet: B1, 4A and FB. RGB value is (177,74,251). Sum of RGB (Red+Green+Blue) = 177+74+251=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #B14AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AFB is #4EB504. Grayscale: #7C7C7C. Windows color (decimal): -5158149 or 16468657. OLE color: 16468657.

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

Color convert

RGB17774251-
CMYK0.290.7100.02
HSL274.92º95.68%63.73%-
HSV(B)274.92º70.52%98.43%-
XYZ37.9921.2193.36-
YUV124.98199.12165.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 74 (29.30% from 255) = 14.74%
BLUE value IS 251 (98.44% from 255) = 50%
R=35.26%
G=14.74%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal177742510.290.7100.02274.9295.6863.73
HexB14AFB1D47021136040
Octal2611123733510702423140100
Binary1011000110010101111101111101100011101010001001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14AFB; }

 p { color: rgb(177,74,251); }

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

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

 a { background-color: rgb(177,74,251); }

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

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

 span { border-color: rgb(177,74,251); }

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