Html Css Color HEX #BC3AB5 Fuchsia

📋 copy color: '#BC3AB5'

red 188 ◦ green 58 ◦ blue 181

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

Shades of Fuchsia #BC3AB5

Tints of Fuchsia #BC3AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.39%

R = 44.03%
G = 13.58%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC3AB5 (or 0xBC3AB5) is known color: Fuchsia. HEX triplet: BC, 3A and B5. RGB value is (188,58,181). Sum of RGB (Red+Green+Blue) = 188+58+181=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AB5 is #43C54A. Grayscale: #6E6E6E. Windows color (decimal): -4441419 or 11877052. OLE color: 11877052.

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

Color convert

RGB 188 58 181 -
CMYK 0 0.69 0.04 0.26
HSL 303.23º 0.53% 0.48% -
HSV(B) 303.23º 0.69% 0.74% -
XYZ 30.59 17.05 45.4 -
YUV 110.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 188 58 181 0 0.69 0.04 0.26 303.23 0.53 0.48
Hex BC 3A B5 0 45 4 1A 12F 35 30
Octal 274 72 265 0 105 4 32 457 65 60
Binary 10111100 111010 10110101 0 1000101 100 11010 100101111 110101 110000

Color Harmonies of #BC3AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AB5

Black with #BC3AB5

Text Example


Text Example

White with #BC3AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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