Html Css Color HEX #BC38AB Fuchsia

📋 copy color: '#BC38AB'

red 188 ◦ green 56 ◦ blue 171

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

Shades of Fuchsia #BC38AB

Tints of Fuchsia #BC38AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 45.3%
G = 13.49%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC38AB (or 0xBC38AB) is known color: Fuchsia. HEX triplet: BC, 38 and AB. RGB value is (188,56,171). Sum of RGB (Red+Green+Blue) = 188+56+171=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC38AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC38AB is #43C754. Grayscale: #6C6C6C. Windows color (decimal): -4441941 or 11221180. OLE color: 11221180.

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

Color convert

RGB 188 56 171 -
CMYK 0 0.70 0.09 0.26
HSL 307.73º 0.54% 0.48% -
HSV(B) 307.73º 0.7% 0.74% -
XYZ 29.5 16.46 40.15 -
YUV 108.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 188 56 171 0 0.70 0.09 0.26 307.73 0.54 0.48
Hex BC 38 AB 0 46 9 1A 134 36 30
Octal 274 70 253 0 106 11 32 464 66 60
Binary 10111100 111000 10101011 0 1000110 1001 11010 100110100 110110 110000

Color Harmonies of #BC38AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38AB

Black with #BC38AB

Text Example


Text Example

White with #BC38AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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