Html Css Color HEX #BC5FBC Fuchsia

📋 copy color: '#BC5FBC'

red 188 ◦ green 95 ◦ blue 188

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

Shades of Fuchsia #BC5FBC

Tints of Fuchsia #BC5FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 39.92%
G = 20.17%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC5FBC (or 0xBC5FBC) is known color: Fuchsia. HEX triplet: BC, 5F and BC. RGB value is (188,95,188). Sum of RGB (Red+Green+Blue) = 188+95+188=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC5FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FBC is #43A043. Grayscale: #858585. Windows color (decimal): -4431940 or 12345276. OLE color: 12345276.

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

Color convert

RGB 188 95 188 -
CMYK 0 0.49 0 0.26
HSL 300º 0.41% 0.55% -
HSV(B) 300º 0.49% 0.74% -
XYZ 33.91 22.51 50.13 -
YUV 133.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 188 95 188 0 0.49 0 0.26 300 0.41 0.55
Hex BC 5F BC 0 31 0 1A 12C 29 37
Octal 274 137 274 0 61 0 32 454 51 67
Binary 10111100 1011111 10111100 0 110001 0 11010 100101100 101001 110111

Color Harmonies of #BC5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FBC

Black with #BC5FBC

Text Example


Text Example

White with #BC5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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