Html Css Color HEX #BB30BB Fuchsia

📋 copy color: '#BB30BB'

red 187 ◦ green 48 ◦ blue 187

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

Shades of Fuchsia #BB30BB

Tints of Fuchsia #BB30BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 44.31%
G = 11.37%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB30BB (or 0xBB30BB) is known color: Fuchsia. HEX triplet: BB, 30 and BB. RGB value is (187,48,187). Sum of RGB (Red+Green+Blue) = 187+48+187=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB30BB is #44CF44. Grayscale: #686868. Windows color (decimal): -4509509 or 12267707. OLE color: 12267707.

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

Color convert

RGB 187 48 187 -
CMYK 0 0.74 0 0.27
HSL 300º 0.59% 0.46% -
HSV(B) 300º 0.74% 0.73% -
XYZ 30.52 16.27 48.54 -
YUV 105.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 187 48 187 0 0.74 0 0.27 300 0.59 0.46
Hex BB 30 BB 0 4A 0 1B 12C 3B 2E
Octal 273 60 273 0 112 0 33 454 73 56
Binary 10111011 110000 10111011 0 1001010 0 11011 100101100 111011 101110

Color Harmonies of #BB30BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB30BB

Black with #BB30BB

Text Example


Text Example

White with #BB30BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB30BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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