Html Css Color HEX #BC3AB0 Fuchsia

📋 copy color: '#BC3AB0'

red 188 ◦ green 58 ◦ blue 176

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

Shades of Fuchsia #BC3AB0

Tints of Fuchsia #BC3AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.71%

R = 44.55%
G = 13.74%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC3AB0 (or 0xBC3AB0) is known color: Fuchsia. HEX triplet: BC, 3A and B0. RGB value is (188,58,176). Sum of RGB (Red+Green+Blue) = 188+58+176=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AB0 is #43C54F. Grayscale: #6D6D6D. Windows color (decimal): -4441424 or 11549372. OLE color: 11549372.

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

Color convert

RGB 188 58 176 -
CMYK 0 0.69 0.06 0.26
HSL 305.54º 0.53% 0.48% -
HSV(B) 305.54º 0.69% 0.74% -
XYZ 30.09 16.85 42.74 -
YUV 110.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 188 58 176 0 0.69 0.06 0.26 305.54 0.53 0.48
Hex BC 3A B0 0 45 6 1A 132 35 30
Octal 274 72 260 0 105 6 32 462 65 60
Binary 10111100 111010 10110000 0 1000101 110 11010 100110010 110101 110000

Color Harmonies of #BC3AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AB0

Black with #BC3AB0

Text Example


Text Example

White with #BC3AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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