Html Css Color HEX #BB4DBA Fuchsia

📋 copy color: '#BB4DBA'

red 187 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #BB4DBA

Tints of Fuchsia #BB4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

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

R = 41.56%
G = 17.11%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB4DBA (or 0xBB4DBA) is known color: Fuchsia. HEX triplet: BB, 4D and BA. RGB value is (187,77,186). Sum of RGB (Red+Green+Blue) = 187+77+186=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4DBA is #44B245. Grayscale: #797979. Windows color (decimal): -4502086 or 12209595. OLE color: 12209595.

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

Color convert

RGB 187 77 186 -
CMYK 0 0.59 0.01 0.27
HSL 300.55º 0.45% 0.52% -
HSV(B) 300.55º 0.59% 0.73% -
XYZ 32.01 19.42 48.52 -
YUV 122.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 187 77 186 0 0.59 0.01 0.27 300.55 0.45 0.52
Hex BB 4D BA 0 3B 1 1B 12D 2D 34
Octal 273 115 272 0 73 1 33 455 55 64
Binary 10111011 1001101 10111010 0 111011 1 11011 100101101 101101 110100

Color Harmonies of #BB4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4DBA

Black with #BB4DBA

Text Example


Text Example

White with #BB4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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