Html Css Color HEX #BB4BBA Fuchsia

📋 copy color: '#BB4BBA'

red 187 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #BB4BBA

Tints of Fuchsia #BB4BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.74%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 41.74%
G = 16.74%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB4BBA (or 0xBB4BBA) is known color: Fuchsia. HEX triplet: BB, 4B and BA. RGB value is (187,75,186). Sum of RGB (Red+Green+Blue) = 187+75+186=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4BBA is #44B445. Grayscale: #787878. Windows color (decimal): -4502598 or 12209083. OLE color: 12209083.

HSL color Cylindrical-coordinate representation of color #BB4BBA: hue angle of 300.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BBA is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 186 -
CMYK 0 0.60 0.01 0.27
HSL 300.54º 0.45% 0.51% -
HSV(B) 300.54º 0.6% 0.73% -
XYZ 31.87 19.14 48.47 -
YUV 121.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 187 75 186 0 0.60 0.01 0.27 300.54 0.45 0.51
Hex BB 4B BA 0 3C 1 1B 12D 2D 33
Octal 273 113 272 0 74 1 33 455 55 63
Binary 10111011 1001011 10111010 0 111100 1 11011 100101101 101101 110011

Color Harmonies of #BB4BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BBA

Black with #BB4BBA

Text Example


Text Example

White with #BB4BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BBA; }

 p { color: rgb(187,75,186); }

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

background-color css

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

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

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

border-color css

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

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

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