Html Css Color HEX #BC4FB3 Fuchsia

📋 copy color: '#BC4FB3'

red 188 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #BC4FB3

Tints of Fuchsia #BC4FB3

RGB

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

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

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

R = 42.15%
G = 17.71%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC4FB3 (or 0xBC4FB3) is known color: Fuchsia. HEX triplet: BC, 4F and B3. RGB value is (188,79,179). Sum of RGB (Red+Green+Blue) = 188+79+179=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FB3 is #43B04C. Grayscale: #7A7A7A. Windows color (decimal): -4436045 or 11751356. OLE color: 11751356.

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

Color convert

RGB 188 79 179 -
CMYK 0 0.58 0.05 0.26
HSL 304.95º 0.45% 0.52% -
HSV(B) 304.95º 0.58% 0.74% -
XYZ 31.67 19.54 44.75 -
YUV 122.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 188 79 179 0 0.58 0.05 0.26 304.95 0.45 0.52
Hex BC 4F B3 0 3A 5 1A 131 2D 34
Octal 274 117 263 0 72 5 32 461 55 64
Binary 10111100 1001111 10110011 0 111010 101 11010 100110001 101101 110100

Color Harmonies of #BC4FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FB3

Black with #BC4FB3

Text Example


Text Example

White with #BC4FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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