Html Css Color HEX #BC4AB8 Fuchsia

📋 copy color: '#BC4AB8'

red 188 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #BC4AB8

Tints of Fuchsia #BC4AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.26%

R = 42.15%
G = 16.59%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4AB8 (or 0xBC4AB8) is known color: Fuchsia. HEX triplet: BC, 4A and B8. RGB value is (188,74,184). Sum of RGB (Red+Green+Blue) = 188+74+184=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AB8 is #43B547. Grayscale: #787878. Windows color (decimal): -4437320 or 12077756. OLE color: 12077756.

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

Color convert

RGB 188 74 184 -
CMYK 0 0.61 0.02 0.26
HSL 302.11º 0.46% 0.51% -
HSV(B) 302.11º 0.61% 0.74% -
XYZ 31.84 19.05 47.35 -
YUV 120.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 188 74 184 0 0.61 0.02 0.26 302.11 0.46 0.51
Hex BC 4A B8 0 3D 2 1A 12E 2E 33
Octal 274 112 270 0 75 2 32 456 56 63
Binary 10111100 1001010 10111000 0 111101 10 11010 100101110 101110 110011

Color Harmonies of #BC4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AB8

Black with #BC4AB8

Text Example


Text Example

White with #BC4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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