Html Css Color HEX #BC3FBB Fuchsia

📋 copy color: '#BC3FBB'

red 188 ◦ green 63 ◦ blue 187

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

Shades of Fuchsia #BC3FBB

Tints of Fuchsia #BC3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.38%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 42.92%
G = 14.38%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC3FBB (or 0xBC3FBB) is known color: Fuchsia. HEX triplet: BC, 3F and BB. RGB value is (188,63,187). Sum of RGB (Red+Green+Blue) = 188+63+187=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FBB is #43C044. Grayscale: #727272. Windows color (decimal): -4440133 or 12271548. OLE color: 12271548.

HSL color Cylindrical-coordinate representation of color #BC3FBB: hue angle of 300.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3FBB is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 63 187 -
CMYK 0 0.66 0.01 0.26
HSL 300.48º 0.5% 0.49% -
HSV(B) 300.48º 0.66% 0.74% -
XYZ 31.49 17.83 48.8 -
YUV 114.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 188 63 187 0 0.66 0.01 0.26 300.48 0.5 0.49
Hex BC 3F BB 0 42 1 1A 12C 32 31
Octal 274 77 273 0 102 1 32 454 62 61
Binary 10111100 111111 10111011 0 1000010 1 11010 100101100 110010 110001

Color Harmonies of #BC3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FBB

Black with #BC3FBB

Text Example


Text Example

White with #BC3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FBB; }

 p { color: rgb(188,63,187); }

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

background-color css

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

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

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

border-color css

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

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

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