Html Css Color HEX #BC27B0 Fuchsia

📋 copy color: '#BC27B0'

red 188 ◦ green 39 ◦ blue 176

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

Shades of Fuchsia #BC27B0

Tints of Fuchsia #BC27B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 46.65%
G = 9.68%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC27B0 (or 0xBC27B0) is known color: Fuchsia. HEX triplet: BC, 27 and B0. RGB value is (188,39,176). Sum of RGB (Red+Green+Blue) = 188+39+176=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27B0 is #43D84F. Grayscale: #626262. Windows color (decimal): -4446288 or 11544508. OLE color: 11544508.

HSL color Cylindrical-coordinate representation of color #BC27B0: hue angle of 304.83º 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 #BC27B0 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 176 -
CMYK 0 0.79 0.06 0.26
HSL 304.83º 0.66% 0.45% -
HSV(B) 304.83º 0.79% 0.74% -
XYZ 29.3 15.28 42.48 -
YUV 99.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 188 39 176 0 0.79 0.06 0.26 304.83 0.66 0.45
Hex BC 27 B0 0 4F 6 1A 131 42 2D
Octal 274 47 260 0 117 6 32 461 102 55
Binary 10111100 100111 10110000 0 1001111 110 11010 100110001 1000010 101101

Color Harmonies of #BC27B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27B0

Black with #BC27B0

Text Example


Text Example

White with #BC27B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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