Html Css Color HEX #BC30AB Fuchsia

📋 copy color: '#BC30AB'

red 188 ◦ green 48 ◦ blue 171

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

Shades of Fuchsia #BC30AB

Tints of Fuchsia #BC30AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.79%

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

R = 46.19%
G = 11.79%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC30AB (or 0xBC30AB) is known color: Fuchsia. HEX triplet: BC, 30 and AB. RGB value is (188,48,171). Sum of RGB (Red+Green+Blue) = 188+48+171=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30AB is #43CF54. Grayscale: #676767. Windows color (decimal): -4443989 or 11219132. OLE color: 11219132.

HSL color Cylindrical-coordinate representation of color #BC30AB: hue angle of 307.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC30AB is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 171 -
CMYK 0 0.74 0.09 0.26
HSL 307.29º 0.59% 0.46% -
HSV(B) 307.29º 0.74% 0.74% -
XYZ 29.15 15.75 40.03 -
YUV 103.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 188 48 171 0 0.74 0.09 0.26 307.29 0.59 0.46
Hex BC 30 AB 0 4A 9 1A 133 3B 2E
Octal 274 60 253 0 112 11 32 463 73 56
Binary 10111100 110000 10101011 0 1001010 1001 11010 100110011 111011 101110

Color Harmonies of #BC30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30AB

Black with #BC30AB

Text Example


Text Example

White with #BC30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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