Html Css Color HEX #BC27B3 Fuchsia

📋 copy color: '#BC27B3'

red 188 ◦ green 39 ◦ blue 179

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

Shades of Fuchsia #BC27B3

Tints of Fuchsia #BC27B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 46.31%
G = 9.61%
B = 44.09%

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

#BC27B3 (or 0xBC27B3) is known color: Fuchsia. HEX triplet: BC, 27 and B3. RGB value is (188,39,179). Sum of RGB (Red+Green+Blue) = 188+39+179=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27B3 is #43D84C. Grayscale: #636363. Windows color (decimal): -4446285 or 11741116. OLE color: 11741116.

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

Color convert

RGB 188 39 179 -
CMYK 0 0.79 0.05 0.26
HSL 303.62º 0.66% 0.45% -
HSV(B) 303.62º 0.79% 0.74% -
XYZ 29.6 15.4 44.06 -
YUV 99.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 188 39 179 0 0.79 0.05 0.26 303.62 0.66 0.45
Hex BC 27 B3 0 4F 5 1A 130 42 2D
Octal 274 47 263 0 117 5 32 460 102 55
Binary 10111100 100111 10110011 0 1001111 101 11010 100110000 1000010 101101

Color Harmonies of #BC27B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27B3

Black with #BC27B3

Text Example


Text Example

White with #BC27B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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