Html Css Color HEX #BC4BA8 Fuchsia

📋 copy color: '#BC4BA8'

red 188 ◦ green 75 ◦ blue 168

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

Shades of Fuchsia #BC4BA8

Tints of Fuchsia #BC4BA8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 43.62%
G = 17.4%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC4BA8 (or 0xBC4BA8) is known color: Fuchsia. HEX triplet: BC, 4B and A8. RGB value is (188,75,168). Sum of RGB (Red+Green+Blue) = 188+75+168=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA8 is #43B457. Grayscale: #777777. Windows color (decimal): -4437080 or 11029436. OLE color: 11029436.

HSL color Cylindrical-coordinate representation of color #BC4BA8: hue angle of 310.62º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4BA8 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 75 168 -
CMYK 0 0.60 0.11 0.26
HSL 310.62º 0.46% 0.52% -
HSV(B) 310.62º 0.6% 0.74% -
XYZ 30.32 18.55 39.03 -
YUV 119.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 188 75 168 0 0.60 0.11 0.26 310.62 0.46 0.52
Hex BC 4B A8 0 3C B 1A 137 2E 34
Octal 274 113 250 0 74 13 32 467 56 64
Binary 10111100 1001011 10101000 0 111100 1011 11010 100110111 101110 110100

Color Harmonies of #BC4BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BA8

Black with #BC4BA8

Text Example


Text Example

White with #BC4BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BA8; }

 p { color: rgb(188,75,168); }

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

background-color css

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

 a { background-color: rgb(188,75,168); }

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

border-color css

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

 span { border-color: rgb(188,75,168); }

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