Html Css Color HEX #BC27B9 Fuchsia

📋 copy color: '#BC27B9'

red 188 ◦ green 39 ◦ blue 185

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

Shades of Fuchsia #BC27B9

Tints of Fuchsia #BC27B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 45.63%
G = 9.47%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC27B9 (or 0xBC27B9) is known color: Fuchsia. HEX triplet: BC, 27 and B9. RGB value is (188,39,185). Sum of RGB (Red+Green+Blue) = 188+39+185=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27B9 is #43D846. Grayscale: #636363. Windows color (decimal): -4446279 or 12134332. OLE color: 12134332.

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

Color convert

RGB 188 39 185 -
CMYK 0 0.79 0.02 0.26
HSL 301.21º 0.66% 0.45% -
HSV(B) 301.21º 0.79% 0.74% -
XYZ 30.22 15.65 47.33 -
YUV 100.2 175.86 190.63 -
System Red Green Blue C M Y K H S L
Decimal 188 39 185 0 0.79 0.02 0.26 301.21 0.66 0.45
Hex BC 27 B9 0 4F 2 1A 12D 42 2D
Octal 274 47 271 0 117 2 32 455 102 55
Binary 10111100 100111 10111001 0 1001111 10 11010 100101101 1000010 101101

Color Harmonies of #BC27B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27B9

Black with #BC27B9

Text Example


Text Example

White with #BC27B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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