Html Css Color HEX #BC3EAF Fuchsia

📋 copy color: '#BC3EAF'

red 188 ◦ green 62 ◦ blue 175

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

Shades of Fuchsia #BC3EAF

Tints of Fuchsia #BC3EAF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.59%

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 44.24%
G = 14.59%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC3EAF (or 0xBC3EAF) is known color: Fuchsia. HEX triplet: BC, 3E and AF. RGB value is (188,62,175). Sum of RGB (Red+Green+Blue) = 188+62+175=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3EAF is #43C150. Grayscale: #707070. Windows color (decimal): -4440401 or 11484860. OLE color: 11484860.

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

Color convert

RGB 188 62 175 -
CMYK 0 0.67 0.07 0.26
HSL 306.19º 0.5% 0.49% -
HSV(B) 306.19º 0.67% 0.74% -
XYZ 30.2 17.23 42.29 -
YUV 112.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 188 62 175 0 0.67 0.07 0.26 306.19 0.5 0.49
Hex BC 3E AF 0 43 7 1A 132 32 31
Octal 274 76 257 0 103 7 32 462 62 61
Binary 10111100 111110 10101111 0 1000011 111 11010 100110010 110010 110001

Color Harmonies of #BC3EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EAF

Black with #BC3EAF

Text Example


Text Example

White with #BC3EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EAF; }

 p { color: rgb(188,62,175); }

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

background-color css

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

 a { background-color: rgb(188,62,175); }

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

border-color css

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

 span { border-color: rgb(188,62,175); }

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