Html Css Color HEX #BC38B0 Fuchsia

📋 copy color: '#BC38B0'

red 188 ◦ green 56 ◦ blue 176

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

Shades of Fuchsia #BC38B0

Tints of Fuchsia #BC38B0

RGB

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

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

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

R = 44.76%
G = 13.33%
B = 41.9%

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

#BC38B0 (or 0xBC38B0) is known color: Fuchsia. HEX triplet: BC, 38 and B0. RGB value is (188,56,176). Sum of RGB (Red+Green+Blue) = 188+56+176=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38B0 is #43C74F. Grayscale: #6C6C6C. Windows color (decimal): -4441936 or 11548860. OLE color: 11548860.

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

Color convert

RGB 188 56 176 -
CMYK 0 0.70 0.06 0.26
HSL 305.45º 0.54% 0.48% -
HSV(B) 305.45º 0.7% 0.74% -
XYZ 29.99 16.65 42.71 -
YUV 109.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 188 56 176 0 0.70 0.06 0.26 305.45 0.54 0.48
Hex BC 38 B0 0 46 6 1A 131 36 30
Octal 274 70 260 0 106 6 32 461 66 60
Binary 10111100 111000 10110000 0 1000110 110 11010 100110001 110110 110000

Color Harmonies of #BC38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38B0

Black with #BC38B0

Text Example


Text Example

White with #BC38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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