Html Css Color HEX #BC36B0 Fuchsia

📋 copy color: '#BC36B0'

red 188 ◦ green 54 ◦ blue 176

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

Shades of Fuchsia #BC36B0

Tints of Fuchsia #BC36B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 44.98%
G = 12.92%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC36B0 (or 0xBC36B0) is known color: Fuchsia. HEX triplet: BC, 36 and B0. RGB value is (188,54,176). Sum of RGB (Red+Green+Blue) = 188+54+176=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36B0 is #43C94F. Grayscale: #6B6B6B. Windows color (decimal): -4442448 or 11548348. OLE color: 11548348.

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

Color convert

RGB 188 54 176 -
CMYK 0 0.71 0.06 0.26
HSL 305.37º 0.55% 0.47% -
HSV(B) 305.37º 0.71% 0.74% -
XYZ 29.89 16.46 42.68 -
YUV 107.97 166.39 185.08 -
System Red Green Blue C M Y K H S L
Decimal 188 54 176 0 0.71 0.06 0.26 305.37 0.55 0.47
Hex BC 36 B0 0 47 6 1A 131 37 2F
Octal 274 66 260 0 107 6 32 461 67 57
Binary 10111100 110110 10110000 0 1000111 110 11010 100110001 110111 101111

Color Harmonies of #BC36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36B0

Black with #BC36B0

Text Example


Text Example

White with #BC36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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