Html Css Color HEX #B14CC0 Fuchsia

📋 copy color: '#B14CC0'

red 177 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #B14CC0

Tints of Fuchsia #B14CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.15%

R = 39.78%
G = 17.08%
B = 43.15%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B14CC0 (or 0xB14CC0) is known color: Fuchsia. HEX triplet: B1, 4C and C0. RGB value is (177,76,192). Sum of RGB (Red+Green+Blue) = 177+76+192=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #B14CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC0 is #4EB33F. Grayscale: #777777. Windows color (decimal): -5157696 or 12602545. OLE color: 12602545.

HSL color Cylindrical-coordinate representation of color #B14CC0: hue angle of 292.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14CC0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 76 192 -
CMYK 0.08 0.60 0 0.25
HSL 292.24º 0.48% 0.53% -
HSV(B) 292.24º 0.6% 0.75% -
XYZ 30.23 18.32 51.81 -
YUV 119.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 177 76 192 0.08 0.60 0 0.25 292.24 0.48 0.53
Hex B1 4C C0 8 3C 0 19 124 30 35
Octal 261 114 300 10 74 0 31 444 60 65
Binary 10110001 1001100 11000000 1000 111100 0 11001 100100100 110000 110101

Color Harmonies of #B14CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CC0

Black with #B14CC0

Text Example


Text Example

White with #B14CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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