Html Css Color HEX #BC36BB Fuchsia

📋 copy color: '#BC36BB'

red 188 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #BC36BB

Tints of Fuchsia #BC36BB

RGB

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

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

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

R = 43.82%
G = 12.59%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC36BB (or 0xBC36BB) is known color: Fuchsia. HEX triplet: BC, 36 and BB. RGB value is (188,54,187). Sum of RGB (Red+Green+Blue) = 188+54+187=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36BB is #43C944. Grayscale: #6C6C6C. Windows color (decimal): -4442437 or 12269244. OLE color: 12269244.

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

Color convert

RGB 188 54 187 -
CMYK 0 0.71 0.01 0.26
HSL 300.45º 0.55% 0.47% -
HSV(B) 300.45º 0.71% 0.74% -
XYZ 31.03 16.92 48.64 -
YUV 109.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 188 54 187 0 0.71 0.01 0.26 300.45 0.55 0.47
Hex BC 36 BB 0 47 1 1A 12C 37 2F
Octal 274 66 273 0 107 1 32 454 67 57
Binary 10111100 110110 10111011 0 1000111 1 11010 100101100 110111 101111

Color Harmonies of #BC36BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36BB

Black with #BC36BB

Text Example


Text Example

White with #BC36BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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