Html Css Color HEX #BC4CB4 Fuchsia

📋 copy color: '#BC4CB4'

red 188 ◦ green 76 ◦ blue 180

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

Shades of Fuchsia #BC4CB4

Tints of Fuchsia #BC4CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.12%

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

R = 42.34%
G = 17.12%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC4CB4 (or 0xBC4CB4) is known color: Fuchsia. HEX triplet: BC, 4C and B4. RGB value is (188,76,180). Sum of RGB (Red+Green+Blue) = 188+76+180=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CB4 is #43B34B. Grayscale: #797979. Windows color (decimal): -4436812 or 11816124. OLE color: 11816124.

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

Color convert

RGB 188 76 180 -
CMYK 0 0.60 0.04 0.26
HSL 304.29º 0.46% 0.52% -
HSV(B) 304.29º 0.6% 0.74% -
XYZ 31.56 19.16 45.21 -
YUV 121.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 188 76 180 0 0.60 0.04 0.26 304.29 0.46 0.52
Hex BC 4C B4 0 3C 4 1A 130 2E 34
Octal 274 114 264 0 74 4 32 460 56 64
Binary 10111100 1001100 10110100 0 111100 100 11010 100110000 101110 110100

Color Harmonies of #BC4CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CB4

Black with #BC4CB4

Text Example


Text Example

White with #BC4CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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