Html Css Color HEX #BC38BA Fuchsia

📋 copy color: '#BC38BA'

red 188 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #BC38BA

Tints of Fuchsia #BC38BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 43.72%
G = 13.02%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC38BA (or 0xBC38BA) is known color: Fuchsia. HEX triplet: BC, 38 and BA. RGB value is (188,56,186). Sum of RGB (Red+Green+Blue) = 188+56+186=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38BA is #43C745. Grayscale: #6D6D6D. Windows color (decimal): -4441926 or 12204220. OLE color: 12204220.

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

Color convert

RGB 188 56 186 -
CMYK 0 0.70 0.01 0.26
HSL 300.91º 0.54% 0.48% -
HSV(B) 300.91º 0.7% 0.74% -
XYZ 31.02 17.06 48.11 -
YUV 110.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 188 56 186 0 0.70 0.01 0.26 300.91 0.54 0.48
Hex BC 38 BA 0 46 1 1A 12D 36 30
Octal 274 70 272 0 106 1 32 455 66 60
Binary 10111100 111000 10111010 0 1000110 1 11010 100101101 110110 110000

Color Harmonies of #BC38BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38BA

Black with #BC38BA

Text Example


Text Example

White with #BC38BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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