Html Css Color HEX #BC4DA5 Fuchsia

📋 copy color: '#BC4DA5'

red 188 ◦ green 77 ◦ blue 165

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

Shades of Fuchsia #BC4DA5

Tints of Fuchsia #BC4DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 43.72%
G = 17.91%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC4DA5 (or 0xBC4DA5) is known color: Fuchsia. HEX triplet: BC, 4D and A5. RGB value is (188,77,165). Sum of RGB (Red+Green+Blue) = 188+77+165=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DA5 is #43B25A. Grayscale: #777777. Windows color (decimal): -4436571 or 10833340. OLE color: 10833340.

HSL color Cylindrical-coordinate representation of color #BC4DA5: hue angle of 312.43º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4DA5 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 165 -
CMYK 0 0.59 0.12 0.26
HSL 312.43º 0.45% 0.52% -
HSV(B) 312.43º 0.59% 0.74% -
XYZ 30.18 18.72 37.62 -
YUV 120.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 188 77 165 0 0.59 0.12 0.26 312.43 0.45 0.52
Hex BC 4D A5 0 3B C 1A 138 2D 34
Octal 274 115 245 0 73 14 32 470 55 64
Binary 10111100 1001101 10100101 0 111011 1100 11010 100111000 101101 110100

Color Harmonies of #BC4DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DA5

Black with #BC4DA5

Text Example


Text Example

White with #BC4DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DA5; }

 p { color: rgb(188,77,165); }

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

background-color css

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

 a { background-color: rgb(188,77,165); }

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

border-color css

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

 span { border-color: rgb(188,77,165); }

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