Html Css Color HEX #BC38AA Fuchsia

📋 copy color: '#BC38AA'

red 188 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #BC38AA

Tints of Fuchsia #BC38AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 45.41%
G = 13.53%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC38AA (or 0xBC38AA) is known color: Fuchsia. HEX triplet: BC, 38 and AA. RGB value is (188,56,170). Sum of RGB (Red+Green+Blue) = 188+56+170=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38AA is #43C755. Grayscale: #6C6C6C. Windows color (decimal): -4441942 or 11155644. OLE color: 11155644.

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

Color convert

RGB 188 56 170 -
CMYK 0 0.70 0.10 0.26
HSL 308.18º 0.54% 0.48% -
HSV(B) 308.18º 0.7% 0.74% -
XYZ 29.41 16.42 39.65 -
YUV 108.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 188 56 170 0 0.70 0.10 0.26 308.18 0.54 0.48
Hex BC 38 AA 0 46 A 1A 134 36 30
Octal 274 70 252 0 106 12 32 464 66 60
Binary 10111100 111000 10101010 0 1000110 1010 11010 100110100 110110 110000

Color Harmonies of #BC38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38AA

Black with #BC38AA

Text Example


Text Example

White with #BC38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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