Html Css Color HEX #BC4CB9 Fuchsia

📋 copy color: '#BC4CB9'

red 188 ◦ green 76 ◦ blue 185

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

Shades of Fuchsia #BC4CB9

Tints of Fuchsia #BC4CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.2%

R = 41.87%
G = 16.93%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC4CB9 (or 0xBC4CB9) is known color: Fuchsia. HEX triplet: BC, 4C and B9. RGB value is (188,76,185). Sum of RGB (Red+Green+Blue) = 188+76+185=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CB9 is #43B346. Grayscale: #797979. Windows color (decimal): -4436807 or 12143804. OLE color: 12143804.

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

Color convert

RGB 188 76 185 -
CMYK 0 0.60 0.02 0.26
HSL 301.61º 0.46% 0.52% -
HSV(B) 301.61º 0.6% 0.74% -
XYZ 32.08 19.36 47.95 -
YUV 121.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 188 76 185 0 0.60 0.02 0.26 301.61 0.46 0.52
Hex BC 4C B9 0 3C 2 1A 12E 2E 34
Octal 274 114 271 0 74 2 32 456 56 64
Binary 10111100 1001100 10111001 0 111100 10 11010 100101110 101110 110100

Color Harmonies of #BC4CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CB9

Black with #BC4CB9

Text Example


Text Example

White with #BC4CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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