Html Css Color HEX #BC2FB9 Fuchsia

📋 copy color: '#BC2FB9'

red 188 ◦ green 47 ◦ blue 185

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

Shades of Fuchsia #BC2FB9

Tints of Fuchsia #BC2FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 44.76%
G = 11.19%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC2FB9 (or 0xBC2FB9) is known color: Fuchsia. HEX triplet: BC, 2F and B9. RGB value is (188,47,185). Sum of RGB (Red+Green+Blue) = 188+47+185=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB9 is #43D046. Grayscale: #686868. Windows color (decimal): -4444231 or 12136380. OLE color: 12136380.

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

Color convert

RGB 188 47 185 -
CMYK 0 0.75 0.02 0.26
HSL 301.28º 0.6% 0.46% -
HSV(B) 301.28º 0.75% 0.74% -
XYZ 30.51 16.23 47.42 -
YUV 104.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 188 47 185 0 0.75 0.02 0.26 301.28 0.6 0.46
Hex BC 2F B9 0 4B 2 1A 12D 3C 2E
Octal 274 57 271 0 113 2 32 455 74 56
Binary 10111100 101111 10111001 0 1001011 10 11010 100101101 111100 101110

Color Harmonies of #BC2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FB9

Black with #BC2FB9

Text Example


Text Example

White with #BC2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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