Html Css Color HEX #BC35B1 Fuchsia

📋 copy color: '#BC35B1'

red 188 ◦ green 53 ◦ blue 177

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

Shades of Fuchsia #BC35B1

Tints of Fuchsia #BC35B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.68%

 BLUE value IS 177 (69.53% from 255) = 42.34%

R = 44.98%
G = 12.68%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC35B1 (or 0xBC35B1) is known color: Fuchsia. HEX triplet: BC, 35 and B1. RGB value is (188,53,177). Sum of RGB (Red+Green+Blue) = 188+53+177=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC35B1 is #43CA4E. Grayscale: #6B6B6B. Windows color (decimal): -4442703 or 11613628. OLE color: 11613628.

HSL color Cylindrical-coordinate representation of color #BC35B1: hue angle of 304.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC35B1 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 177 -
CMYK 0 0.72 0.06 0.26
HSL 304.89º 0.56% 0.47% -
HSV(B) 304.89º 0.72% 0.74% -
XYZ 29.95 16.41 43.18 -
YUV 107.5 167.23 185.42 -
System Red Green Blue C M Y K H S L
Decimal 188 53 177 0 0.72 0.06 0.26 304.89 0.56 0.47
Hex BC 35 B1 0 48 6 1A 131 38 2F
Octal 274 65 261 0 110 6 32 461 70 57
Binary 10111100 110101 10110001 0 1001000 110 11010 100110001 111000 101111

Color Harmonies of #BC35B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35B1

Black with #BC35B1

Text Example


Text Example

White with #BC35B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35B1; }

 p { color: rgb(188,53,177); }

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

background-color css

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

 a { background-color: rgb(188,53,177); }

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

border-color css

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

 span { border-color: rgb(188,53,177); }

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