Html Css Color HEX #BC37B8 Fuchsia

📋 copy color: '#BC37B8'

red 188 ◦ green 55 ◦ blue 184

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

Shades of Fuchsia #BC37B8

Tints of Fuchsia #BC37B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.09%

R = 44.03%
G = 12.88%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC37B8 (or 0xBC37B8) is known color: Fuchsia. HEX triplet: BC, 37 and B8. RGB value is (188,55,184). Sum of RGB (Red+Green+Blue) = 188+55+184=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC37B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37B8 is #43C847. Grayscale: #6D6D6D. Windows color (decimal): -4442184 or 12072892. OLE color: 12072892.

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

Color convert

RGB 188 55 184 -
CMYK 0 0.71 0.02 0.26
HSL 301.8º 0.55% 0.48% -
HSV(B) 301.8º 0.71% 0.74% -
XYZ 30.76 16.88 46.99 -
YUV 109.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 188 55 184 0 0.71 0.02 0.26 301.8 0.55 0.48
Hex BC 37 B8 0 47 2 1A 12E 37 30
Octal 274 67 270 0 107 2 32 456 67 60
Binary 10111100 110111 10111000 0 1000111 10 11010 100101110 110111 110000

Color Harmonies of #BC37B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC37B8

Black with #BC37B8

Text Example


Text Example

White with #BC37B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC37B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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