Html Css Color HEX #BC4BA7 Fuchsia

📋 copy color: '#BC4BA7'

red 188 ◦ green 75 ◦ blue 167

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

Shades of Fuchsia #BC4BA7

Tints of Fuchsia #BC4BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.84%

R = 43.72%
G = 17.44%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC4BA7 (or 0xBC4BA7) is known color: Fuchsia. HEX triplet: BC, 4B and A7. RGB value is (188,75,167). Sum of RGB (Red+Green+Blue) = 188+75+167=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA7 is #43B458. Grayscale: #777777. Windows color (decimal): -4437081 or 10963900. OLE color: 10963900.

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

Color convert

RGB 188 75 167 -
CMYK 0 0.60 0.11 0.26
HSL 311.15º 0.46% 0.52% -
HSV(B) 311.15º 0.6% 0.74% -
XYZ 30.23 18.51 38.54 -
YUV 119.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 188 75 167 0 0.60 0.11 0.26 311.15 0.46 0.52
Hex BC 4B A7 0 3C B 1A 137 2E 34
Octal 274 113 247 0 74 13 32 467 56 64
Binary 10111100 1001011 10100111 0 111100 1011 11010 100110111 101110 110100

Color Harmonies of #BC4BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BA7

Black with #BC4BA7

Text Example


Text Example

White with #BC4BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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