Html Css Color HEX #BC4FB4 Fuchsia

📋 copy color: '#BC4FB4'

red 188 ◦ green 79 ◦ blue 180

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

Shades of Fuchsia #BC4FB4

Tints of Fuchsia #BC4FB4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 180 (70.7% from 255) = 40.27%

R = 42.06%
G = 17.67%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC4FB4 (or 0xBC4FB4) is known color: Fuchsia. HEX triplet: BC, 4F and B4. RGB value is (188,79,180). Sum of RGB (Red+Green+Blue) = 188+79+180=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB4 is #43B04B. Grayscale: #7A7A7A. Windows color (decimal): -4436044 or 11816892. OLE color: 11816892.

HSL color Cylindrical-coordinate representation of color #BC4FB4: hue angle of 304.4º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4FB4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 180 -
CMYK 0 0.58 0.04 0.26
HSL 304.4º 0.45% 0.52% -
HSV(B) 304.4º 0.58% 0.74% -
XYZ 31.77 19.58 45.28 -
YUV 123.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 188 79 180 0 0.58 0.04 0.26 304.4 0.45 0.52
Hex BC 4F B4 0 3A 4 1A 130 2D 34
Octal 274 117 264 0 72 4 32 460 55 64
Binary 10111100 1001111 10110100 0 111010 100 11010 100110000 101101 110100

Color Harmonies of #BC4FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FB4

Black with #BC4FB4

Text Example


Text Example

White with #BC4FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FB4; }

 p { color: rgb(188,79,180); }

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

background-color css

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

 a { background-color: rgb(188,79,180); }

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

border-color css

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

 span { border-color: rgb(188,79,180); }

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