Html Css Color HEX #BC34BF Fuchsia

📋 copy color: '#BC34BF'

red 188 ◦ green 52 ◦ blue 191

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

Shades of Fuchsia #BC34BF

Tints of Fuchsia #BC34BF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.06%

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

R = 43.62%
G = 12.06%
B = 44.32%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC34BF (or 0xBC34BF) is known color: Fuchsia. HEX triplet: BC, 34 and BF. RGB value is (188,52,191). Sum of RGB (Red+Green+Blue) = 188+52+191=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC34BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34BF is #43CB40. Grayscale: #6C6C6C. Windows color (decimal): -4442945 or 12530876. OLE color: 12530876.

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

Color convert

RGB 188 52 191 -
CMYK 0.02 0.73 0 0.25
HSL 298.71º 0.57% 0.48% -
HSV(B) 298.71º 0.73% 0.75% -
XYZ 31.37 16.91 50.9 -
YUV 108.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 188 52 191 0.02 0.73 0 0.25 298.71 0.57 0.48
Hex BC 34 BF 2 49 0 19 12B 39 30
Octal 274 64 277 2 111 0 31 453 71 60
Binary 10111100 110100 10111111 10 1001001 0 11001 100101011 111001 110000

Color Harmonies of #BC34BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34BF

Black with #BC34BF

Text Example


Text Example

White with #BC34BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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