Html Css Color HEX #B14DC0 Fuchsia

📋 copy color: '#B14DC0'

red 177 ◦ green 77 ◦ blue 192

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

Shades of Fuchsia #B14DC0

Tints of Fuchsia #B14DC0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

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

R = 39.69%
G = 17.26%
B = 43.05%

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

#B14DC0 (or 0xB14DC0) is known color: Fuchsia. HEX triplet: B1, 4D and C0. RGB value is (177,77,192). Sum of RGB (Red+Green+Blue) = 177+77+192=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #B14DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC0 is #4EB23F. Grayscale: #777777. Windows color (decimal): -5157440 or 12602801. OLE color: 12602801.

HSL color Cylindrical-coordinate representation of color #B14DC0: hue angle of 292.17º 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 #B14DC0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 77 192 -
CMYK 0.08 0.60 0 0.25
HSL 292.17º 0.48% 0.53% -
HSV(B) 292.17º 0.6% 0.75% -
XYZ 30.3 18.46 51.84 -
YUV 120.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 177 77 192 0.08 0.60 0 0.25 292.17 0.48 0.53
Hex B1 4D C0 8 3C 0 19 124 30 35
Octal 261 115 300 10 74 0 31 444 60 65
Binary 10110001 1001101 11000000 1000 111100 0 11001 100100100 110000 110101

Color Harmonies of #B14DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14DC0

Black with #B14DC0

Text Example


Text Example

White with #B14DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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