Html Css Color HEX #BC36B5 Fuchsia

📋 copy color: '#BC36B5'

red 188 ◦ green 54 ◦ blue 181

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

Shades of Fuchsia #BC36B5

Tints of Fuchsia #BC36B5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.77%

 BLUE value IS 181 (71.09% from 255) = 42.79%

R = 44.44%
G = 12.77%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC36B5 (or 0xBC36B5) is known color: Fuchsia. HEX triplet: BC, 36 and B5. RGB value is (188,54,181). Sum of RGB (Red+Green+Blue) = 188+54+181=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36B5 is #43C94A. Grayscale: #6C6C6C. Windows color (decimal): -4442443 or 11876028. OLE color: 11876028.

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

Color convert

RGB 188 54 181 -
CMYK 0 0.71 0.04 0.26
HSL 303.13º 0.55% 0.47% -
HSV(B) 303.13º 0.71% 0.74% -
XYZ 30.4 16.67 45.33 -
YUV 108.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 188 54 181 0 0.71 0.04 0.26 303.13 0.55 0.47
Hex BC 36 B5 0 47 4 1A 12F 37 2F
Octal 274 66 265 0 107 4 32 457 67 57
Binary 10111100 110110 10110101 0 1000111 100 11010 100101111 110111 101111

Color Harmonies of #BC36B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36B5

Black with #BC36B5

Text Example


Text Example

White with #BC36B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36B5; }

 p { color: rgb(188,54,181); }

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

background-color css

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

 a { background-color: rgb(188,54,181); }

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

border-color css

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

 span { border-color: rgb(188,54,181); }

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