Html Css Color HEX #BB5BBA Fuchsia

📋 copy color: '#BB5BBA'

red 187 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #BB5BBA

Tints of Fuchsia #BB5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.61%

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

R = 40.3%
G = 19.61%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB5BBA (or 0xBB5BBA) is known color: Fuchsia. HEX triplet: BB, 5B and BA. RGB value is (187,91,186). Sum of RGB (Red+Green+Blue) = 187+91+186=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5BBA is #44A445. Grayscale: #828282. Windows color (decimal): -4498502 or 12213179. OLE color: 12213179.

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

Color convert

RGB 187 91 186 -
CMYK 0 0.51 0.01 0.27
HSL 300.63º 0.41% 0.55% -
HSV(B) 300.63º 0.51% 0.73% -
XYZ 33.1 21.59 48.88 -
YUV 130.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 187 91 186 0 0.51 0.01 0.27 300.63 0.41 0.55
Hex BB 5B BA 0 33 1 1B 12D 29 37
Octal 273 133 272 0 63 1 33 455 51 67
Binary 10111011 1011011 10111010 0 110011 1 11011 100101101 101001 110111

Color Harmonies of #BB5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5BBA

Black with #BB5BBA

Text Example


Text Example

White with #BB5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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