Html Css Color HEX #BC38BB Fuchsia

📋 copy color: '#BC38BB'

red 188 ◦ green 56 ◦ blue 187

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

Shades of Fuchsia #BC38BB

Tints of Fuchsia #BC38BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.99%

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

R = 43.62%
G = 12.99%
B = 43.39%

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

#BC38BB (or 0xBC38BB) is known color: Fuchsia. HEX triplet: BC, 38 and BB. RGB value is (188,56,187). Sum of RGB (Red+Green+Blue) = 188+56+187=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38BB is #43C744. Grayscale: #6E6E6E. Windows color (decimal): -4441925 or 12269756. OLE color: 12269756.

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

Color convert

RGB 188 56 187 -
CMYK 0 0.70 0.01 0.26
HSL 300.45º 0.54% 0.48% -
HSV(B) 300.45º 0.7% 0.74% -
XYZ 31.12 17.11 48.68 -
YUV 110.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 188 56 187 0 0.70 0.01 0.26 300.45 0.54 0.48
Hex BC 38 BB 0 46 1 1A 12C 36 30
Octal 274 70 273 0 106 1 32 454 66 60
Binary 10111100 111000 10111011 0 1000110 1 11010 100101100 110110 110000

Color Harmonies of #BC38BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38BB

Black with #BC38BB

Text Example


Text Example

White with #BC38BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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