Html Css Color HEX #BB5EBA Fuchsia

📋 copy color: '#BB5EBA'

red 187 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #BB5EBA

Tints of Fuchsia #BB5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

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

R = 40.04%
G = 20.13%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB5EBA (or 0xBB5EBA) is known color: Fuchsia. HEX triplet: BB, 5E and BA. RGB value is (187,94,186). Sum of RGB (Red+Green+Blue) = 187+94+186=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5EBA is #44A145. Grayscale: #848484. Windows color (decimal): -4497734 or 12213947. OLE color: 12213947.

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

Color convert

RGB 187 94 186 -
CMYK 0 0.50 0.01 0.27
HSL 300.65º 0.41% 0.55% -
HSV(B) 300.65º 0.5% 0.73% -
XYZ 33.36 22.12 48.96 -
YUV 132.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 187 94 186 0 0.50 0.01 0.27 300.65 0.41 0.55
Hex BB 5E BA 0 32 1 1B 12D 29 37
Octal 273 136 272 0 62 1 33 455 51 67
Binary 10111011 1011110 10111010 0 110010 1 11011 100101101 101001 110111

Color Harmonies of #BB5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5EBA

Black with #BB5EBA

Text Example


Text Example

White with #BB5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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