#B14BBD

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

Shades of Fuchsia #B14BBD

Tints of Fuchsia #B14BBD

Color information

#B14BBD (or 0xB14BBD) is unknown color: approx Fuchsia. HEX triplet: B1, 4B and BD. RGB value is (177,75,189). Sum of RGB (Red+Green+Blue) = 177+75+189=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B14BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BBD is #4EB442. Grayscale: #767676. Windows color (decimal): -5157955 or 12405681. OLE color: 12405681.

HSL color Cylindrical-coordinate representation of color #B14BBD: hue angle of 293.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14BBD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17775189-
CMYK0.060.6000.26
HSL293.68º46.34%51.76%-
HSV(B)293.68º60.32%74.12%-
XYZ29.8318.0550.06-
YUV118.49167.79169.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=40.14%
G=17.01%
B=42.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177751890.060.6000.26293.6846.3451.76
HexB14BBD63C01A1262e34
Octal2611132756740324465664
Binary10110001100101110111101110111100011010100100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14BBD; }

 p { color: rgb(177,75,189); }

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

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

 a { background-color: rgb(177,75,189); }

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

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

 span { border-color: rgb(177,75,189); }

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