Html Css Color HEX #BB30AC Fuchsia

📋 copy color: '#BB30AC'

red 187 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #BB30AC

Tints of Fuchsia #BB30AC

RGB

 RED value IS 187 (73.44% from 255) = 45.95%

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

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 45.95%
G = 11.79%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB30AC (or 0xBB30AC) is known color: Fuchsia. HEX triplet: BB, 30 and AC. RGB value is (187,48,172). Sum of RGB (Red+Green+Blue) = 187+48+172=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB30AC is #44CF53. Grayscale: #676767. Windows color (decimal): -4509524 or 11284667. OLE color: 11284667.

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

Color convert

RGB 187 48 172 -
CMYK 0 0.74 0.08 0.27
HSL 306.47º 0.59% 0.46% -
HSV(B) 306.47º 0.74% 0.73% -
XYZ 29 15.66 40.52 -
YUV 103.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 187 48 172 0 0.74 0.08 0.27 306.47 0.59 0.46
Hex BB 30 AC 0 4A 8 1B 132 3B 2E
Octal 273 60 254 0 112 10 33 462 73 56
Binary 10111011 110000 10101100 0 1001010 1000 11011 100110010 111011 101110

Color Harmonies of #BB30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30AC

Black with #BB30AC

Text Example


Text Example

White with #BB30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30AC; }

 p { color: rgb(187,48,172); }

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

background-color css

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

 a { background-color: rgb(187,48,172); }

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

border-color css

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

 span { border-color: rgb(187,48,172); }

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