Html Css Color HEX #BC42AF Fuchsia

📋 copy color: '#BC42AF'

red 188 ◦ green 66 ◦ blue 175

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

Shades of Fuchsia #BC42AF

Tints of Fuchsia #BC42AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.38%

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

R = 43.82%
G = 15.38%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC42AF (or 0xBC42AF) is known color: Fuchsia. HEX triplet: BC, 42 and AF. RGB value is (188,66,175). Sum of RGB (Red+Green+Blue) = 188+66+175=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42AF is #43BD50. Grayscale: #727272. Windows color (decimal): -4439377 or 11485884. OLE color: 11485884.

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

Color convert

RGB 188 66 175 -
CMYK 0 0.65 0.07 0.26
HSL 306.39º 0.48% 0.5% -
HSV(B) 306.39º 0.65% 0.74% -
XYZ 30.43 17.68 42.37 -
YUV 114.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 188 66 175 0 0.65 0.07 0.26 306.39 0.48 0.5
Hex BC 42 AF 0 41 7 1A 132 30 32
Octal 274 102 257 0 101 7 32 462 60 62
Binary 10111100 1000010 10101111 0 1000001 111 11010 100110010 110000 110010

Color Harmonies of #BC42AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42AF

Black with #BC42AF

Text Example


Text Example

White with #BC42AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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