Html Css Color HEX #BC39BB Fuchsia

📋 copy color: '#BC39BB'

red 188 ◦ green 57 ◦ blue 187

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

Shades of Fuchsia #BC39BB

Tints of Fuchsia #BC39BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 43.52%
G = 13.19%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC39BB (or 0xBC39BB) is known color: Fuchsia. HEX triplet: BC, 39 and BB. RGB value is (188,57,187). Sum of RGB (Red+Green+Blue) = 188+57+187=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC39BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39BB is #43C644. Grayscale: #6E6E6E. Windows color (decimal): -4441669 or 12270012. OLE color: 12270012.

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

Color convert

RGB 188 57 187 -
CMYK 0 0.70 0.01 0.26
HSL 300.46º 0.53% 0.48% -
HSV(B) 300.46º 0.7% 0.74% -
XYZ 31.17 17.21 48.69 -
YUV 110.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 188 57 187 0 0.70 0.01 0.26 300.46 0.53 0.48
Hex BC 39 BB 0 46 1 1A 12C 35 30
Octal 274 71 273 0 106 1 32 454 65 60
Binary 10111100 111001 10111011 0 1000110 1 11010 100101100 110101 110000

Color Harmonies of #BC39BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39BB

Black with #BC39BB

Text Example


Text Example

White with #BC39BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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