Html Css Color HEX #BC2FB6 Fuchsia

📋 copy color: '#BC2FB6'

red 188 ◦ green 47 ◦ blue 182

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

Shades of Fuchsia #BC2FB6

Tints of Fuchsia #BC2FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 45.08%
G = 11.27%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC2FB6 (or 0xBC2FB6) is known color: Fuchsia. HEX triplet: BC, 2F and B6. RGB value is (188,47,182). Sum of RGB (Red+Green+Blue) = 188+47+182=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FB6 is #43D049. Grayscale: #686868. Windows color (decimal): -4444234 or 11939772. OLE color: 11939772.

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

Color convert

RGB 188 47 182 -
CMYK 0 0.75 0.03 0.26
HSL 302.55º 0.6% 0.46% -
HSV(B) 302.55º 0.75% 0.74% -
XYZ 30.2 16.1 45.77 -
YUV 104.55 171.71 187.52 -
System Red Green Blue C M Y K H S L
Decimal 188 47 182 0 0.75 0.03 0.26 302.55 0.6 0.46
Hex BC 2F B6 0 4B 3 1A 12F 3C 2E
Octal 274 57 266 0 113 3 32 457 74 56
Binary 10111100 101111 10110110 0 1001011 11 11010 100101111 111100 101110

Color Harmonies of #BC2FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FB6

Black with #BC2FB6

Text Example


Text Example

White with #BC2FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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