Html Css Color HEX #BC35BB Fuchsia

📋 copy color: '#BC35BB'

red 188 ◦ green 53 ◦ blue 187

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

Shades of Fuchsia #BC35BB

Tints of Fuchsia #BC35BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 43.93%
G = 12.38%
B = 43.69%

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

#BC35BB (or 0xBC35BB) is known color: Fuchsia. HEX triplet: BC, 35 and BB. RGB value is (188,53,187). Sum of RGB (Red+Green+Blue) = 188+53+187=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC35BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35BB is #43CA44. Grayscale: #6C6C6C. Windows color (decimal): -4442693 or 12268988. OLE color: 12268988.

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

Color convert

RGB 188 53 187 -
CMYK 0 0.72 0.01 0.26
HSL 300.44º 0.56% 0.47% -
HSV(B) 300.44º 0.72% 0.74% -
XYZ 30.98 16.83 48.63 -
YUV 108.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 188 53 187 0 0.72 0.01 0.26 300.44 0.56 0.47
Hex BC 35 BB 0 48 1 1A 12C 38 2F
Octal 274 65 273 0 110 1 32 454 70 57
Binary 10111100 110101 10111011 0 1001000 1 11010 100101100 111000 101111

Color Harmonies of #BC35BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35BB

Black with #BC35BB

Text Example


Text Example

White with #BC35BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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