Html Css Color HEX #BC3AB7 Fuchsia

📋 copy color: '#BC3AB7'

red 188 ◦ green 58 ◦ blue 183

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

Shades of Fuchsia #BC3AB7

Tints of Fuchsia #BC3AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.66%

R = 43.82%
G = 13.52%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC3AB7 (or 0xBC3AB7) is known color: Fuchsia. HEX triplet: BC, 3A and B7. RGB value is (188,58,183). Sum of RGB (Red+Green+Blue) = 188+58+183=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AB7 is #43C548. Grayscale: #6E6E6E. Windows color (decimal): -4441417 or 12008124. OLE color: 12008124.

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

Color convert

RGB 188 58 183 -
CMYK 0 0.69 0.03 0.26
HSL 302.31º 0.53% 0.48% -
HSV(B) 302.31º 0.69% 0.74% -
XYZ 30.8 17.14 46.48 -
YUV 111.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 188 58 183 0 0.69 0.03 0.26 302.31 0.53 0.48
Hex BC 3A B7 0 45 3 1A 12E 35 30
Octal 274 72 267 0 105 3 32 456 65 60
Binary 10111100 111010 10110111 0 1000101 11 11010 100101110 110101 110000

Color Harmonies of #BC3AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AB7

Black with #BC3AB7

Text Example


Text Example

White with #BC3AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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