Html Css Color HEX #BC37BB Fuchsia

📋 copy color: '#BC37BB'

red 188 ◦ green 55 ◦ blue 187

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

Shades of Fuchsia #BC37BB

Tints of Fuchsia #BC37BB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.79%

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

R = 43.72%
G = 12.79%
B = 43.49%

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

#BC37BB (or 0xBC37BB) is known color: Fuchsia. HEX triplet: BC, 37 and BB. RGB value is (188,55,187). Sum of RGB (Red+Green+Blue) = 188+55+187=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37BB is #43C844. Grayscale: #6D6D6D. Windows color (decimal): -4442181 or 12269500. OLE color: 12269500.

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

Color convert

RGB 188 55 187 -
CMYK 0 0.71 0.01 0.26
HSL 300.45º 0.55% 0.48% -
HSV(B) 300.45º 0.71% 0.74% -
XYZ 31.07 17.01 48.66 -
YUV 109.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 188 55 187 0 0.71 0.01 0.26 300.45 0.55 0.48
Hex BC 37 BB 0 47 1 1A 12C 37 30
Octal 274 67 273 0 107 1 32 454 67 60
Binary 10111100 110111 10111011 0 1000111 1 11010 100101100 110111 110000

Color Harmonies of #BC37BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37BB

Black with #BC37BB

Text Example


Text Example

White with #BC37BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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