Html Css Color HEX #BC30AD Fuchsia

📋 copy color: '#BC30AD'

red 188 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #BC30AD

Tints of Fuchsia #BC30AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 45.97%
G = 11.74%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC30AD (or 0xBC30AD) is known color: Fuchsia. HEX triplet: BC, 30 and AD. RGB value is (188,48,173). Sum of RGB (Red+Green+Blue) = 188+48+173=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC30AD is #43CF52. Grayscale: #676767. Windows color (decimal): -4443987 or 11350204. OLE color: 11350204.

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

Color convert

RGB 188 48 173 -
CMYK 0 0.74 0.08 0.26
HSL 306.43º 0.59% 0.46% -
HSV(B) 306.43º 0.74% 0.74% -
XYZ 29.34 15.82 41.04 -
YUV 104.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 188 48 173 0 0.74 0.08 0.26 306.43 0.59 0.46
Hex BC 30 AD 0 4A 8 1A 132 3B 2E
Octal 274 60 255 0 112 10 32 462 73 56
Binary 10111100 110000 10101101 0 1001010 1000 11010 100110010 111011 101110

Color Harmonies of #BC30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30AD

Black with #BC30AD

Text Example


Text Example

White with #BC30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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