Html Css Color HEX #BC5FB8 Fuchsia

📋 copy color: '#BC5FB8'

red 188 ◦ green 95 ◦ blue 184

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

Shades of Fuchsia #BC5FB8

Tints of Fuchsia #BC5FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 40.26%
G = 20.34%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC5FB8 (or 0xBC5FB8) is known color: Fuchsia. HEX triplet: BC, 5F and B8. RGB value is (188,95,184). Sum of RGB (Red+Green+Blue) = 188+95+184=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FB8 is #43A047. Grayscale: #848484. Windows color (decimal): -4431944 or 12083132. OLE color: 12083132.

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

Color convert

RGB 188 95 184 -
CMYK 0 0.49 0.02 0.26
HSL 302.58º 0.41% 0.55% -
HSV(B) 302.58º 0.49% 0.74% -
XYZ 33.48 22.34 47.89 -
YUV 132.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 188 95 184 0 0.49 0.02 0.26 302.58 0.41 0.55
Hex BC 5F B8 0 31 2 1A 12F 29 37
Octal 274 137 270 0 61 2 32 457 51 67
Binary 10111100 1011111 10111000 0 110001 10 11010 100101111 101001 110111

Color Harmonies of #BC5FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FB8

Black with #BC5FB8

Text Example


Text Example

White with #BC5FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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