Html Css Color HEX #BC39B0 Fuchsia

📋 copy color: '#BC39B0'

red 188 ◦ green 57 ◦ blue 176

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

Shades of Fuchsia #BC39B0

Tints of Fuchsia #BC39B0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.54%

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

R = 44.66%
G = 13.54%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC39B0 (or 0xBC39B0) is known color: Fuchsia. HEX triplet: BC, 39 and B0. RGB value is (188,57,176). Sum of RGB (Red+Green+Blue) = 188+57+176=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC39B0 is #43C64F. Grayscale: #6D6D6D. Windows color (decimal): -4441680 or 11549116. OLE color: 11549116.

HSL color Cylindrical-coordinate representation of color #BC39B0: hue angle of 305.5º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC39B0 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 176 -
CMYK 0 0.70 0.06 0.26
HSL 305.5º 0.53% 0.48% -
HSV(B) 305.5º 0.7% 0.74% -
XYZ 30.04 16.75 42.72 -
YUV 109.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 188 57 176 0 0.70 0.06 0.26 305.5 0.53 0.48
Hex BC 39 B0 0 46 6 1A 131 35 30
Octal 274 71 260 0 106 6 32 461 65 60
Binary 10111100 111001 10110000 0 1000110 110 11010 100110001 110101 110000

Color Harmonies of #BC39B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39B0

Black with #BC39B0

Text Example


Text Example

White with #BC39B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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