Html Css Color HEX #BC38C2 Fuchsia

📋 copy color: '#BC38C2'

red 188 ◦ green 56 ◦ blue 194

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

Shades of Fuchsia #BC38C2

Tints of Fuchsia #BC38C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.29%

R = 42.92%
G = 12.79%
B = 44.29%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC38C2 (or 0xBC38C2) is known color: Fuchsia. HEX triplet: BC, 38 and C2. RGB value is (188,56,194). Sum of RGB (Red+Green+Blue) = 188+56+194=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC38C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38C2 is #43C73D. Grayscale: #6E6E6E. Windows color (decimal): -4441918 or 12728508. OLE color: 12728508.

HSL color Cylindrical-coordinate representation of color #BC38C2: hue angle of 297.39º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC38C2 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 56 194 -
CMYK 0.03 0.71 0 0.24
HSL 297.39º 0.55% 0.49% -
HSV(B) 297.39º 0.71% 0.76% -
XYZ 31.89 17.41 52.72 -
YUV 111.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 188 56 194 0.03 0.71 0 0.24 297.39 0.55 0.49
Hex BC 38 C2 3 47 0 18 129 37 31
Octal 274 70 302 3 107 0 30 451 67 61
Binary 10111100 111000 11000010 11 1000111 0 11000 100101001 110111 110001

Color Harmonies of #BC38C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38C2

Black with #BC38C2

Text Example


Text Example

White with #BC38C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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