Html Css Color HEX #B14CC2 Fuchsia

📋 copy color: '#B14CC2'

red 177 ◦ green 76 ◦ blue 194

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

Shades of Fuchsia #B14CC2

Tints of Fuchsia #B14CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.4%

R = 39.6%
G = 17%
B = 43.4%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B14CC2 (or 0xB14CC2) is known color: Fuchsia. HEX triplet: B1, 4C and C2. RGB value is (177,76,194). Sum of RGB (Red+Green+Blue) = 177+76+194=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #B14CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CC2 is #4EB33D. Grayscale: #777777. Windows color (decimal): -5157694 or 12733617. OLE color: 12733617.

HSL color Cylindrical-coordinate representation of color #B14CC2: hue angle of 291.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14CC2 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 76 194 -
CMYK 0.09 0.61 0 0.24
HSL 291.36º 0.49% 0.53% -
HSV(B) 291.36º 0.61% 0.76% -
XYZ 30.45 18.41 52.99 -
YUV 119.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 177 76 194 0.09 0.61 0 0.24 291.36 0.49 0.53
Hex B1 4C C2 9 3D 0 18 123 31 35
Octal 261 114 302 11 75 0 30 443 61 65
Binary 10110001 1001100 11000010 1001 111101 0 11000 100100011 110001 110101

Color Harmonies of #B14CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14CC2

Black with #B14CC2

Text Example


Text Example

White with #B14CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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