Html Css Color HEX #BC35C9 Fuchsia

📋 copy color: '#BC35C9'

red 188 ◦ green 53 ◦ blue 201

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

Shades of Fuchsia #BC35C9

Tints of Fuchsia #BC35C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 42.53%
G = 11.99%
B = 45.48%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC35C9 (or 0xBC35C9) is known color: Fuchsia. HEX triplet: BC, 35 and C9. RGB value is (188,53,201). Sum of RGB (Red+Green+Blue) = 188+53+201=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC35C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35C9 is #43CA36. Grayscale: #6D6D6D. Windows color (decimal): -4442679 or 13186492. OLE color: 13186492.

HSL color Cylindrical-coordinate representation of color #BC35C9: hue angle of 294.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC35C9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 53 201 -
CMYK 0.06 0.74 0 0.21
HSL 294.73º 0.58% 0.5% -
HSV(B) 294.73º 0.74% 0.79% -
XYZ 32.55 17.45 56.91 -
YUV 110.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 188 53 201 0.06 0.74 0 0.21 294.73 0.58 0.5
Hex BC 35 C9 6 4A 0 15 127 3A 32
Octal 274 65 311 6 112 0 25 447 72 62
Binary 10111100 110101 11001001 110 1001010 0 10101 100100111 111010 110010

Color Harmonies of #BC35C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35C9

Black with #BC35C9

Text Example


Text Example

White with #BC35C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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