Html Css Color HEX #BC3BBF Fuchsia

📋 copy color: '#BC3BBF'

red 188 ◦ green 59 ◦ blue 191

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

Shades of Fuchsia #BC3BBF

Tints of Fuchsia #BC3BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

 BLUE value IS 191 (75% from 255) = 43.61%

R = 42.92%
G = 13.47%
B = 43.61%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC3BBF (or 0xBC3BBF) is known color: Fuchsia. HEX triplet: BC, 3B and BF. RGB value is (188,59,191). Sum of RGB (Red+Green+Blue) = 188+59+191=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC3BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BBF is #43C440. Grayscale: #707070. Windows color (decimal): -4441153 or 12532668. OLE color: 12532668.

HSL color Cylindrical-coordinate representation of color #BC3BBF: hue angle of 298.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BBF is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 59 191 -
CMYK 0.02 0.69 0 0.25
HSL 298.64º 0.53% 0.49% -
HSV(B) 298.64º 0.69% 0.75% -
XYZ 31.71 17.58 51.01 -
YUV 112.62 172.24 181.77 -
System Red Green Blue C M Y K H S L
Decimal 188 59 191 0.02 0.69 0 0.25 298.64 0.53 0.49
Hex BC 3B BF 2 45 0 19 12B 35 31
Octal 274 73 277 2 105 0 31 453 65 61
Binary 10111100 111011 10111111 10 1000101 0 11001 100101011 110101 110001

Color Harmonies of #BC3BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BBF

Black with #BC3BBF

Text Example


Text Example

White with #BC3BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BBF; }

 p { color: rgb(188,59,191); }

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

background-color css

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

 a { background-color: rgb(188,59,191); }

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

border-color css

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

 span { border-color: rgb(188,59,191); }

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