Html Css Color HEX #BC4BB0 Fuchsia

📋 copy color: '#BC4BB0'

red 188 ◦ green 75 ◦ blue 176

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

Shades of Fuchsia #BC4BB0

Tints of Fuchsia #BC4BB0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 42.82%
G = 17.08%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC4BB0 (or 0xBC4BB0) is known color: Fuchsia. HEX triplet: BC, 4B and B0. RGB value is (188,75,176). Sum of RGB (Red+Green+Blue) = 188+75+176=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BB0 is #43B44F. Grayscale: #787878. Windows color (decimal): -4437072 or 11553724. OLE color: 11553724.

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

Color convert

RGB 188 75 176 -
CMYK 0 0.60 0.06 0.26
HSL 306.37º 0.46% 0.52% -
HSV(B) 306.37º 0.6% 0.74% -
XYZ 31.09 18.86 43.08 -
YUV 120.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 188 75 176 0 0.60 0.06 0.26 306.37 0.46 0.52
Hex BC 4B B0 0 3C 6 1A 132 2E 34
Octal 274 113 260 0 74 6 32 462 56 64
Binary 10111100 1001011 10110000 0 111100 110 11010 100110010 101110 110100

Color Harmonies of #BC4BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BB0

Black with #BC4BB0

Text Example


Text Example

White with #BC4BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BB0; }

 p { color: rgb(188,75,176); }

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

background-color css

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

 a { background-color: rgb(188,75,176); }

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

border-color css

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

 span { border-color: rgb(188,75,176); }

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