Html Css Color HEX #BC4CB6 Fuchsia

📋 copy color: '#BC4CB6'

red 188 ◦ green 76 ◦ blue 182

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

Shades of Fuchsia #BC4CB6

Tints of Fuchsia #BC4CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 42.15%
G = 17.04%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC4CB6 (or 0xBC4CB6) is known color: Fuchsia. HEX triplet: BC, 4C and B6. RGB value is (188,76,182). Sum of RGB (Red+Green+Blue) = 188+76+182=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CB6 is #43B349. Grayscale: #797979. Windows color (decimal): -4436810 or 11947196. OLE color: 11947196.

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

Color convert

RGB 188 76 182 -
CMYK 0 0.60 0.03 0.26
HSL 303.21º 0.46% 0.52% -
HSV(B) 303.21º 0.6% 0.74% -
XYZ 31.77 19.24 46.29 -
YUV 121.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 188 76 182 0 0.60 0.03 0.26 303.21 0.46 0.52
Hex BC 4C B6 0 3C 3 1A 12F 2E 34
Octal 274 114 266 0 74 3 32 457 56 64
Binary 10111100 1001100 10110110 0 111100 11 11010 100101111 101110 110100

Color Harmonies of #BC4CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CB6

Black with #BC4CB6

Text Example


Text Example

White with #BC4CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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