Html Css Color HEX #BC36B2 Fuchsia

📋 copy color: '#BC36B2'

red 188 ◦ green 54 ◦ blue 178

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

Shades of Fuchsia #BC36B2

Tints of Fuchsia #BC36B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 44.76%
G = 12.86%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC36B2 (or 0xBC36B2) is known color: Fuchsia. HEX triplet: BC, 36 and B2. RGB value is (188,54,178). Sum of RGB (Red+Green+Blue) = 188+54+178=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36B2 is #43C94D. Grayscale: #6B6B6B. Windows color (decimal): -4442446 or 11679420. OLE color: 11679420.

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

Color convert

RGB 188 54 178 -
CMYK 0 0.71 0.05 0.26
HSL 304.48º 0.55% 0.47% -
HSV(B) 304.48º 0.71% 0.74% -
XYZ 30.09 16.54 43.73 -
YUV 108.2 167.39 184.92 -
System Red Green Blue C M Y K H S L
Decimal 188 54 178 0 0.71 0.05 0.26 304.48 0.55 0.47
Hex BC 36 B2 0 47 5 1A 130 37 2F
Octal 274 66 262 0 107 5 32 460 67 57
Binary 10111100 110110 10110010 0 1000111 101 11010 100110000 110111 101111

Color Harmonies of #BC36B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36B2

Black with #BC36B2

Text Example


Text Example

White with #BC36B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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