Html Css Color HEX #BC4AB3 Fuchsia

📋 copy color: '#BC4AB3'

red 188 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #BC4AB3

Tints of Fuchsia #BC4AB3

RGB

 RED value IS 188 (73.83% from 255) = 42.63%

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

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

R = 42.63%
G = 16.78%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC4AB3 (or 0xBC4AB3) is known color: Fuchsia. HEX triplet: BC, 4A and B3. RGB value is (188,74,179). Sum of RGB (Red+Green+Blue) = 188+74+179=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AB3 is #43B54C. Grayscale: #777777. Windows color (decimal): -4437325 or 11750076. OLE color: 11750076.

HSL color Cylindrical-coordinate representation of color #BC4AB3: hue angle of 304.74º 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 #BC4AB3 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 179 -
CMYK 0 0.61 0.05 0.26
HSL 304.74º 0.46% 0.51% -
HSV(B) 304.74º 0.61% 0.74% -
XYZ 31.32 18.84 44.63 -
YUV 120.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 188 74 179 0 0.61 0.05 0.26 304.74 0.46 0.51
Hex BC 4A B3 0 3D 5 1A 131 2E 33
Octal 274 112 263 0 75 5 32 461 56 63
Binary 10111100 1001010 10110011 0 111101 101 11010 100110001 101110 110011

Color Harmonies of #BC4AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AB3

Black with #BC4AB3

Text Example


Text Example

White with #BC4AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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