Html Css Color HEX #BC38CA Fuchsia

📋 copy color: '#BC38CA'

red 188 ◦ green 56 ◦ blue 202

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

Shades of Fuchsia #BC38CA

Tints of Fuchsia #BC38CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 42.15%
G = 12.56%
B = 45.29%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC38CA (or 0xBC38CA) is known color: Fuchsia. HEX triplet: BC, 38 and CA. RGB value is (188,56,202). Sum of RGB (Red+Green+Blue) = 188+56+202=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38CA is #43C735. Grayscale: #6F6F6F. Windows color (decimal): -4441910 or 13252796. OLE color: 13252796.

HSL color Cylindrical-coordinate representation of color #BC38CA: hue angle of 294.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC38CA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 56 202 -
CMYK 0.07 0.72 0 0.21
HSL 294.25º 0.58% 0.51% -
HSV(B) 294.25º 0.72% 0.79% -
XYZ 32.81 17.78 57.58 -
YUV 112.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 188 56 202 0.07 0.72 0 0.21 294.25 0.58 0.51
Hex BC 38 CA 7 48 0 15 126 3A 33
Octal 274 70 312 7 110 0 25 446 72 63
Binary 10111100 111000 11001010 111 1001000 0 10101 100100110 111010 110011

Color Harmonies of #BC38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38CA

Black with #BC38CA

Text Example


Text Example

White with #BC38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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