Html Css Color HEX #BC27AF Fuchsia

📋 copy color: '#BC27AF'

red 188 ◦ green 39 ◦ blue 175

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

Shades of Fuchsia #BC27AF

Tints of Fuchsia #BC27AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.7%

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

R = 46.77%
G = 9.7%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC27AF (or 0xBC27AF) is known color: Fuchsia. HEX triplet: BC, 27 and AF. RGB value is (188,39,175). Sum of RGB (Red+Green+Blue) = 188+39+175=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27AF is #43D850. Grayscale: #626262. Windows color (decimal): -4446289 or 11478972. OLE color: 11478972.

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

Color convert

RGB 188 39 175 -
CMYK 0 0.79 0.07 0.26
HSL 305.23º 0.66% 0.45% -
HSV(B) 305.23º 0.79% 0.74% -
XYZ 29.2 15.24 41.96 -
YUV 99.06 170.86 191.44 -
System Red Green Blue C M Y K H S L
Decimal 188 39 175 0 0.79 0.07 0.26 305.23 0.66 0.45
Hex BC 27 AF 0 4F 7 1A 131 42 2D
Octal 274 47 257 0 117 7 32 461 102 55
Binary 10111100 100111 10101111 0 1001111 111 11010 100110001 1000010 101101

Color Harmonies of #BC27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27AF

Black with #BC27AF

Text Example


Text Example

White with #BC27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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