Html Css Color HEX #BC4BA5 Fuchsia

📋 copy color: '#BC4BA5'

red 188 ◦ green 75 ◦ blue 165

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

Shades of Fuchsia #BC4BA5

Tints of Fuchsia #BC4BA5

RGB

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

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

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

R = 43.93%
G = 17.52%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC4BA5 (or 0xBC4BA5) is known color: Fuchsia. HEX triplet: BC, 4B and A5. RGB value is (188,75,165). Sum of RGB (Red+Green+Blue) = 188+75+165=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA5 is #43B45A. Grayscale: #767676. Windows color (decimal): -4437083 or 10832828. OLE color: 10832828.

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

Color convert

RGB 188 75 165 -
CMYK 0 0.60 0.12 0.26
HSL 312.21º 0.46% 0.52% -
HSV(B) 312.21º 0.6% 0.74% -
XYZ 30.05 18.44 37.57 -
YUV 119.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 188 75 165 0 0.60 0.12 0.26 312.21 0.46 0.52
Hex BC 4B A5 0 3C C 1A 138 2E 34
Octal 274 113 245 0 74 14 32 470 56 64
Binary 10111100 1001011 10100101 0 111100 1100 11010 100111000 101110 110100

Color Harmonies of #BC4BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BA5

Black with #BC4BA5

Text Example


Text Example

White with #BC4BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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