Html Css Color HEX #BC38B2 Fuchsia

📋 copy color: '#BC38B2'

red 188 ◦ green 56 ◦ blue 178

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

Shades of Fuchsia #BC38B2

Tints of Fuchsia #BC38B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 44.55%
G = 13.27%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC38B2 (or 0xBC38B2) is known color: Fuchsia. HEX triplet: BC, 38 and B2. RGB value is (188,56,178). Sum of RGB (Red+Green+Blue) = 188+56+178=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38B2 is #43C74D. Grayscale: #6D6D6D. Windows color (decimal): -4441934 or 11679932. OLE color: 11679932.

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

Color convert

RGB 188 56 178 -
CMYK 0 0.70 0.05 0.26
HSL 304.55º 0.54% 0.48% -
HSV(B) 304.55º 0.7% 0.74% -
XYZ 30.19 16.73 43.76 -
YUV 109.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 188 56 178 0 0.70 0.05 0.26 304.55 0.54 0.48
Hex BC 38 B2 0 46 5 1A 131 36 30
Octal 274 70 262 0 106 5 32 461 66 60
Binary 10111100 111000 10110010 0 1000110 101 11010 100110001 110110 110000

Color Harmonies of #BC38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38B2

Black with #BC38B2

Text Example


Text Example

White with #BC38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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