Html Css Color HEX #BB78BD Fuchsia

📋 copy color: '#BB78BD'

red 187 ◦ green 120 ◦ blue 189

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

Shades of Fuchsia #BB78BD

Tints of Fuchsia #BB78BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

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

R = 37.7%
G = 24.19%
B = 38.1%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB78BD (or 0xBB78BD) is known color: Fuchsia. HEX triplet: BB, 78 and BD. RGB value is (187,120,189). Sum of RGB (Red+Green+Blue) = 187+120+189=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB78BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78BD is #448742. Grayscale: #939393. Windows color (decimal): -4491075 or 12417211. OLE color: 12417211.

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

Color convert

RGB 187 120 189 -
CMYK 0.01 0.37 0 0.26
HSL 298.26º 0.34% 0.61% -
HSV(B) 298.26º 0.37% 0.74% -
XYZ 36.4 27.67 51.57 -
YUV 147.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 187 120 189 0.01 0.37 0 0.26 298.26 0.34 0.61
Hex BB 78 BD 1 25 0 1A 12A 22 3D
Octal 273 170 275 1 45 0 32 452 42 75
Binary 10111011 1111000 10111101 1 100101 0 11010 100101010 100010 111101

Color Harmonies of #BB78BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78BD

Black with #BB78BD

Text Example


Text Example

White with #BB78BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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