Html Css Color HEX #BC27B2 Fuchsia

📋 copy color: '#BC27B2'

red 188 ◦ green 39 ◦ blue 178

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

Shades of Fuchsia #BC27B2

Tints of Fuchsia #BC27B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 46.42%
G = 9.63%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC27B2 (or 0xBC27B2) is known color: Fuchsia. HEX triplet: BC, 27 and B2. RGB value is (188,39,178). Sum of RGB (Red+Green+Blue) = 188+39+178=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27B2 is #43D84D. Grayscale: #626262. Windows color (decimal): -4446286 or 11675580. OLE color: 11675580.

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

Color convert

RGB 188 39 178 -
CMYK 0 0.79 0.05 0.26
HSL 304.03º 0.66% 0.45% -
HSV(B) 304.03º 0.79% 0.74% -
XYZ 29.5 15.36 43.53 -
YUV 99.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 188 39 178 0 0.79 0.05 0.26 304.03 0.66 0.45
Hex BC 27 B2 0 4F 5 1A 130 42 2D
Octal 274 47 262 0 117 5 32 460 102 55
Binary 10111100 100111 10110010 0 1001111 101 11010 100110000 1000010 101101

Color Harmonies of #BC27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27B2

Black with #BC27B2

Text Example


Text Example

White with #BC27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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