Html Css Color HEX #BC2FB0 Fuchsia

📋 copy color: '#BC2FB0'

red 188 ◦ green 47 ◦ blue 176

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

Shades of Fuchsia #BC2FB0

Tints of Fuchsia #BC2FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.44%

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 45.74%
G = 11.44%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC2FB0 (or 0xBC2FB0) is known color: Fuchsia. HEX triplet: BC, 2F and B0. RGB value is (188,47,176). Sum of RGB (Red+Green+Blue) = 188+47+176=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FB0 is #43D04F. Grayscale: #676767. Windows color (decimal): -4444240 or 11546556. OLE color: 11546556.

HSL color Cylindrical-coordinate representation of color #BC2FB0: hue angle of 305.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC2FB0 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 47 176 -
CMYK 0 0.75 0.06 0.26
HSL 305.11º 0.6% 0.46% -
HSV(B) 305.11º 0.75% 0.74% -
XYZ 29.59 15.86 42.58 -
YUV 103.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 188 47 176 0 0.75 0.06 0.26 305.11 0.6 0.46
Hex BC 2F B0 0 4B 6 1A 131 3C 2E
Octal 274 57 260 0 113 6 32 461 74 56
Binary 10111100 101111 10110000 0 1001011 110 11010 100110001 111100 101110

Color Harmonies of #BC2FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FB0

Black with #BC2FB0

Text Example


Text Example

White with #BC2FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FB0; }

 p { color: rgb(188,47,176); }

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

background-color css

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

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

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

border-color css

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

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

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