Html Css Color HEX #BC35BA Fuchsia

📋 copy color: '#BC35BA'

red 188 ◦ green 53 ◦ blue 186

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

Shades of Fuchsia #BC35BA

Tints of Fuchsia #BC35BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 44.03%
G = 12.41%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC35BA (or 0xBC35BA) is known color: Fuchsia. HEX triplet: BC, 35 and BA. RGB value is (188,53,186). Sum of RGB (Red+Green+Blue) = 188+53+186=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35BA is #43CA45. Grayscale: #6C6C6C. Windows color (decimal): -4442694 or 12203452. OLE color: 12203452.

HSL color Cylindrical-coordinate representation of color #BC35BA: hue angle of 300.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 #BC35BA is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 186 -
CMYK 0 0.72 0.01 0.26
HSL 300.89º 0.56% 0.47% -
HSV(B) 300.89º 0.72% 0.74% -
XYZ 30.88 16.78 48.07 -
YUV 108.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 188 53 186 0 0.72 0.01 0.26 300.89 0.56 0.47
Hex BC 35 BA 0 48 1 1A 12D 38 2F
Octal 274 65 272 0 110 1 32 455 70 57
Binary 10111100 110101 10111010 0 1001000 1 11010 100101101 111000 101111

Color Harmonies of #BC35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35BA

Black with #BC35BA

Text Example


Text Example

White with #BC35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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