Html Css Color HEX #BC4ABA Fuchsia

📋 copy color: '#BC4ABA'

red 188 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #BC4ABA

Tints of Fuchsia #BC4ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.52%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 41.96%
G = 16.52%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC4ABA (or 0xBC4ABA) is known color: Fuchsia. HEX triplet: BC, 4A and BA. RGB value is (188,74,186). Sum of RGB (Red+Green+Blue) = 188+74+186=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ABA is #43B545. Grayscale: #787878. Windows color (decimal): -4437318 or 12208828. OLE color: 12208828.

HSL color Cylindrical-coordinate representation of color #BC4ABA: hue angle of 301.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4ABA is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 186 -
CMYK 0 0.61 0.01 0.26
HSL 301.05º 0.46% 0.51% -
HSV(B) 301.05º 0.61% 0.74% -
XYZ 32.05 19.13 48.46 -
YUV 120.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 188 74 186 0 0.61 0.01 0.26 301.05 0.46 0.51
Hex BC 4A BA 0 3D 1 1A 12D 2E 33
Octal 274 112 272 0 75 1 32 455 56 63
Binary 10111100 1001010 10111010 0 111101 1 11010 100101101 101110 110011

Color Harmonies of #BC4ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4ABA

Black with #BC4ABA

Text Example


Text Example

White with #BC4ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4ABA; }

 p { color: rgb(188,74,186); }

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

background-color css

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

 a { background-color: rgb(188,74,186); }

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

border-color css

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

 span { border-color: rgb(188,74,186); }

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