Html Css Color HEX #BC27B5 Fuchsia

📋 copy color: '#BC27B5'

red 188 ◦ green 39 ◦ blue 181

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

Shades of Fuchsia #BC27B5

Tints of Fuchsia #BC27B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.36%

R = 46.08%
G = 9.56%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC27B5 (or 0xBC27B5) is known color: Fuchsia. HEX triplet: BC, 27 and B5. RGB value is (188,39,181). Sum of RGB (Red+Green+Blue) = 188+39+181=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC27B5 is #43D84A. Grayscale: #636363. Windows color (decimal): -4446283 or 11872188. OLE color: 11872188.

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

Color convert

RGB 188 39 181 -
CMYK 0 0.79 0.04 0.26
HSL 302.82º 0.66% 0.45% -
HSV(B) 302.82º 0.79% 0.74% -
XYZ 29.81 15.48 45.13 -
YUV 99.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 188 39 181 0 0.79 0.04 0.26 302.82 0.66 0.45
Hex BC 27 B5 0 4F 4 1A 12F 42 2D
Octal 274 47 265 0 117 4 32 457 102 55
Binary 10111100 100111 10110101 0 1001111 100 11010 100101111 1000010 101101

Color Harmonies of #BC27B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC27B5

Black with #BC27B5

Text Example


Text Example

White with #BC27B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC27B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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