Html Css Color HEX #BC38C5 Fuchsia

📋 copy color: '#BC38C5'

red 188 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #BC38C5

Tints of Fuchsia #BC38C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 42.63%
G = 12.7%
B = 44.67%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC38C5 (or 0xBC38C5) is known color: Fuchsia. HEX triplet: BC, 38 and C5. RGB value is (188,56,197). Sum of RGB (Red+Green+Blue) = 188+56+197=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC38C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38C5 is #43C73A. Grayscale: #6F6F6F. Windows color (decimal): -4441915 or 12925116. OLE color: 12925116.

HSL color Cylindrical-coordinate representation of color #BC38C5: hue angle of 296.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38C5 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 56 197 -
CMYK 0.05 0.72 0 0.23
HSL 296.17º 0.56% 0.5% -
HSV(B) 296.17º 0.72% 0.77% -
XYZ 32.23 17.55 54.51 -
YUV 111.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 188 56 197 0.05 0.72 0 0.23 296.17 0.56 0.5
Hex BC 38 C5 5 48 0 17 128 38 32
Octal 274 70 305 5 110 0 27 450 70 62
Binary 10111100 111000 11000101 101 1001000 0 10111 100101000 111000 110010

Color Harmonies of #BC38C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38C5

Black with #BC38C5

Text Example


Text Example

White with #BC38C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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