Html Css Color HEX #BC3AB3 Fuchsia

📋 copy color: '#BC3AB3'

red 188 ◦ green 58 ◦ blue 179

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

Shades of Fuchsia #BC3AB3

Tints of Fuchsia #BC3AB3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.65%

 BLUE value IS 179 (70.31% from 255) = 42.12%

R = 44.24%
G = 13.65%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC3AB3 (or 0xBC3AB3) is known color: Fuchsia. HEX triplet: BC, 3A and B3. RGB value is (188,58,179). Sum of RGB (Red+Green+Blue) = 188+58+179=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AB3 is #43C54C. Grayscale: #6E6E6E. Windows color (decimal): -4441421 or 11745980. OLE color: 11745980.

HSL color Cylindrical-coordinate representation of color #BC3AB3: hue angle of 304.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3AB3 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 179 -
CMYK 0 0.69 0.05 0.26
HSL 304.15º 0.53% 0.48% -
HSV(B) 304.15º 0.69% 0.74% -
XYZ 30.39 16.97 44.32 -
YUV 110.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 188 58 179 0 0.69 0.05 0.26 304.15 0.53 0.48
Hex BC 3A B3 0 45 5 1A 130 35 30
Octal 274 72 263 0 105 5 32 460 65 60
Binary 10111100 111010 10110011 0 1000101 101 11010 100110000 110101 110000

Color Harmonies of #BC3AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AB3

Black with #BC3AB3

Text Example


Text Example

White with #BC3AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AB3; }

 p { color: rgb(188,58,179); }

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

background-color css

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

 a { background-color: rgb(188,58,179); }

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

border-color css

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

 span { border-color: rgb(188,58,179); }

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