Html Css Color HEX #BC4FB8 Fuchsia

📋 copy color: '#BC4FB8'

red 188 ◦ green 79 ◦ blue 184

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

Shades of Fuchsia #BC4FB8

Tints of Fuchsia #BC4FB8

RGB

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

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

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

R = 41.69%
G = 17.52%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4FB8 (or 0xBC4FB8) is known color: Fuchsia. HEX triplet: BC, 4F and B8. RGB value is (188,79,184). Sum of RGB (Red+Green+Blue) = 188+79+184=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB8 is #43B047. Grayscale: #7B7B7B. Windows color (decimal): -4436040 or 12079036. OLE color: 12079036.

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

Color convert

RGB 188 79 184 -
CMYK 0 0.58 0.02 0.26
HSL 302.2º 0.45% 0.52% -
HSV(B) 302.2º 0.58% 0.74% -
XYZ 32.19 19.74 47.46 -
YUV 123.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 188 79 184 0 0.58 0.02 0.26 302.2 0.45 0.52
Hex BC 4F B8 0 3A 2 1A 12E 2D 34
Octal 274 117 270 0 72 2 32 456 55 64
Binary 10111100 1001111 10111000 0 111010 10 11010 100101110 101101 110100

Color Harmonies of #BC4FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FB8

Black with #BC4FB8

Text Example


Text Example

White with #BC4FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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