Html Css Color HEX #BC2FCB Fuchsia

📋 copy color: '#BC2FCB'

red 188 ◦ green 47 ◦ blue 203

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

Shades of Fuchsia #BC2FCB

Tints of Fuchsia #BC2FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 42.92%
G = 10.73%
B = 46.35%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC2FCB (or 0xBC2FCB) is known color: Fuchsia. HEX triplet: BC, 2F and CB. RGB value is (188,47,203). Sum of RGB (Red+Green+Blue) = 188+47+203=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC2FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FCB is #43D034. Grayscale: #6A6A6A. Windows color (decimal): -4444213 or 13316028. OLE color: 13316028.

HSL color Cylindrical-coordinate representation of color #BC2FCB: hue angle of 294.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2FCB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 47 203 -
CMYK 0.07 0.77 0 0.20
HSL 294.23º 0.62% 0.49% -
HSV(B) 294.23º 0.77% 0.8% -
XYZ 32.54 17.04 58.07 -
YUV 106.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 188 47 203 0.07 0.77 0 0.20 294.23 0.62 0.49
Hex BC 2F CB 7 4D 0 14 126 3E 31
Octal 274 57 313 7 115 0 24 446 76 61
Binary 10111100 101111 11001011 111 1001101 0 10100 100100110 111110 110001

Color Harmonies of #BC2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FCB

Black with #BC2FCB

Text Example


Text Example

White with #BC2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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