Html Css Color HEX #B14CB0 Fuchsia

📋 copy color: '#B14CB0'

red 177 ◦ green 76 ◦ blue 176

#B14CB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #B14CB0

Tints of Fuchsia #B14CB0

RGB

 RED value IS 177 (69.53% from 255) = 41.26%

 GREEN value IS 76 (30.08% from 255) = 17.72%

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 41.26%
G = 17.72%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B14CB0 (or 0xB14CB0) is known color: Fuchsia. HEX triplet: B1, 4C and B0. RGB value is (177,76,176). Sum of RGB (Red+Green+Blue) = 177+76+176=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B14CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14CB0 is #4EB34F. Grayscale: #757575. Windows color (decimal): -5157712 or 11553969. OLE color: 11553969.

HSL color Cylindrical-coordinate representation of color #B14CB0: hue angle of 300.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14CB0 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 76 176 -
CMYK 0 0.57 0.01 0.31
HSL 300.59º 0.4% 0.5% -
HSV(B) 300.59º 0.57% 0.69% -
XYZ 28.55 17.65 42.98 -
YUV 117.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 177 76 176 0 0.57 0.01 0.31 300.59 0.4 0.5
Hex B1 4C B0 0 39 1 1F 12D 28 32
Octal 261 114 260 0 71 1 37 455 50 62
Binary 10110001 1001100 10110000 0 111001 1 11111 100101101 101000 110010

Color Harmonies of #B14CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CB0

Black with #B14CB0

Text Example


Text Example

White with #B14CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CB0; }

 p { color: rgb(177,76,176); }

 H1.HeaderClassName
 {
   color: #B14CB0;
 }
 .AnyTagClassName
 {
   color: #B14CB0;
 }
</style>

background-color css

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

 a { background-color: rgb(177,76,176); }

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

border-color css

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

 span { border-color: rgb(177,76,176); }

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