Html Css Color HEX #BC4CB7 Fuchsia

📋 copy color: '#BC4CB7'

red 188 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #BC4CB7

Tints of Fuchsia #BC4CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.94%

R = 42.06%
G = 17%
B = 40.94%

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

#BC4CB7 (or 0xBC4CB7) is known color: Fuchsia. HEX triplet: BC, 4C and B7. RGB value is (188,76,183). Sum of RGB (Red+Green+Blue) = 188+76+183=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CB7 is #43B348. Grayscale: #797979. Windows color (decimal): -4436809 or 12012732. OLE color: 12012732.

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

Color convert

RGB 188 76 183 -
CMYK 0 0.60 0.03 0.26
HSL 302.68º 0.46% 0.52% -
HSV(B) 302.68º 0.6% 0.74% -
XYZ 31.87 19.28 46.84 -
YUV 121.69 162.61 175.3 -
System Red Green Blue C M Y K H S L
Decimal 188 76 183 0 0.60 0.03 0.26 302.68 0.46 0.52
Hex BC 4C B7 0 3C 3 1A 12F 2E 34
Octal 274 114 267 0 74 3 32 457 56 64
Binary 10111100 1001100 10110111 0 111100 11 11010 100101111 101110 110100

Color Harmonies of #BC4CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CB7

Black with #BC4CB7

Text Example


Text Example

White with #BC4CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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