Html Css Color HEX #BB78BF Fuchsia

📋 copy color: '#BB78BF'

red 187 ◦ green 120 ◦ blue 191

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

Shades of Fuchsia #BB78BF

Tints of Fuchsia #BB78BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 37.55%
G = 24.1%
B = 38.35%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB78BF (or 0xBB78BF) is known color: Fuchsia. HEX triplet: BB, 78 and BF. RGB value is (187,120,191). Sum of RGB (Red+Green+Blue) = 187+120+191=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB78BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78BF is #448740. Grayscale: #939393. Windows color (decimal): -4491073 or 12548283. OLE color: 12548283.

HSL color Cylindrical-coordinate representation of color #BB78BF: hue angle of 296.62º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB78BF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 120 191 -
CMYK 0.02 0.37 0 0.25
HSL 296.62º 0.36% 0.61% -
HSV(B) 296.62º 0.37% 0.75% -
XYZ 36.61 27.76 52.72 -
YUV 148.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 187 120 191 0.02 0.37 0 0.25 296.62 0.36 0.61
Hex BB 78 BF 2 25 0 19 129 24 3D
Octal 273 170 277 2 45 0 31 451 44 75
Binary 10111011 1111000 10111111 10 100101 0 11001 100101001 100100 111101

Color Harmonies of #BB78BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB78BF

Black with #BB78BF

Text Example


Text Example

White with #BB78BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB78BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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