Html Css Color HEX #B14CB3 Fuchsia

📋 copy color: '#B14CB3'

red 177 ◦ green 76 ◦ blue 179

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

Shades of Fuchsia #B14CB3

Tints of Fuchsia #B14CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.44%

R = 40.97%
G = 17.59%
B = 41.44%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B14CB3 (or 0xB14CB3) is known color: Fuchsia. HEX triplet: B1, 4C and B3. RGB value is (177,76,179). Sum of RGB (Red+Green+Blue) = 177+76+179=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #B14CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CB3 is #4EB34C. Grayscale: #757575. Windows color (decimal): -5157709 or 11750577. OLE color: 11750577.

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

Color convert

RGB 177 76 179 -
CMYK 0.01 0.58 0 0.30
HSL 298.84º 0.4% 0.5% -
HSV(B) 298.84º 0.58% 0.7% -
XYZ 28.85 17.77 44.56 -
YUV 117.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 177 76 179 0.01 0.58 0 0.30 298.84 0.4 0.5
Hex B1 4C B3 1 3A 0 1E 12B 28 32
Octal 261 114 263 1 72 0 36 453 50 62
Binary 10110001 1001100 10110011 1 111010 0 11110 100101011 101000 110010

Color Harmonies of #B14CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CB3

Black with #B14CB3

Text Example


Text Example

White with #B14CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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