Html Css Color HEX #BB4EBD Fuchsia

📋 copy color: '#BB4EBD'

red 187 ◦ green 78 ◦ blue 189

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

Shades of Fuchsia #BB4EBD

Tints of Fuchsia #BB4EBD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.18%

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 41.19%
G = 17.18%
B = 41.63%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB4EBD (or 0xBB4EBD) is known color: Fuchsia. HEX triplet: BB, 4E and BD. RGB value is (187,78,189). Sum of RGB (Red+Green+Blue) = 187+78+189=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB4EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EBD is #44B142. Grayscale: #7A7A7A. Windows color (decimal): -4501827 or 12406459. OLE color: 12406459.

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

Color convert

RGB 187 78 189 -
CMYK 0.01 0.59 0 0.26
HSL 298.92º 0.46% 0.52% -
HSV(B) 298.92º 0.59% 0.74% -
XYZ 32.4 19.69 50.24 -
YUV 123.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 187 78 189 0.01 0.59 0 0.26 298.92 0.46 0.52
Hex BB 4E BD 1 3B 0 1A 12B 2E 34
Octal 273 116 275 1 73 0 32 453 56 64
Binary 10111011 1001110 10111101 1 111011 0 11010 100101011 101110 110100

Color Harmonies of #BB4EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4EBD

Black with #BB4EBD

Text Example


Text Example

White with #BB4EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4EBD; }

 p { color: rgb(187,78,189); }

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

background-color css

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

 a { background-color: rgb(187,78,189); }

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

border-color css

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

 span { border-color: rgb(187,78,189); }

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