Html Css Color HEX #B14ABC Fuchsia

📋 copy color: '#B14ABC'

red 177 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #B14ABC

Tints of Fuchsia #B14ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.86%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 40.32%
G = 16.86%
B = 42.82%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B14ABC (or 0xB14ABC) is known color: Fuchsia. HEX triplet: B1, 4A and BC. RGB value is (177,74,188). Sum of RGB (Red+Green+Blue) = 177+74+188=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #B14ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ABC is #4EB543. Grayscale: #757575. Windows color (decimal): -5158212 or 12339889. OLE color: 12339889.

HSL color Cylindrical-coordinate representation of color #B14ABC: hue angle of 294.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14ABC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 74 188 -
CMYK 0.06 0.61 0 0.26
HSL 294.21º 0.46% 0.51% -
HSV(B) 294.21º 0.61% 0.74% -
XYZ 29.66 17.88 49.46 -
YUV 117.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 177 74 188 0.06 0.61 0 0.26 294.21 0.46 0.51
Hex B1 4A BC 6 3D 0 1A 126 2E 33
Octal 261 112 274 6 75 0 32 446 56 63
Binary 10110001 1001010 10111100 110 111101 0 11010 100100110 101110 110011

Color Harmonies of #B14ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14ABC

Black with #B14ABC

Text Example


Text Example

White with #B14ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14ABC; }

 p { color: rgb(177,74,188); }

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

background-color css

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

 a { background-color: rgb(177,74,188); }

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

border-color css

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

 span { border-color: rgb(177,74,188); }

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