Html Css Color HEX #BB5CBA Fuchsia

📋 copy color: '#BB5CBA'

red 187 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #BB5CBA

Tints of Fuchsia #BB5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 40.22%
G = 19.78%
B = 40%

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

#BB5CBA (or 0xBB5CBA) is known color: Fuchsia. HEX triplet: BB, 5C and BA. RGB value is (187,92,186). Sum of RGB (Red+Green+Blue) = 187+92+186=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5CBA is #44A345. Grayscale: #828282. Windows color (decimal): -4498246 or 12213435. OLE color: 12213435.

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

Color convert

RGB 187 92 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.18 21.76 48.91 -
YUV 131.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 187 92 186 0 0.51 0.01 0.27 300.63 0.41 0.55
Hex BB 5C BA 0 33 1 1B 12D 29 37
Octal 273 134 272 0 63 1 33 455 51 67
Binary 10111011 1011100 10111010 0 110011 1 11011 100101101 101001 110111

Color Harmonies of #BB5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5CBA

Black with #BB5CBA

Text Example


Text Example

White with #BB5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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