Html Css Color HEX #BB74BA Fuchsia

📋 copy color: '#BB74BA'

red 187 ◦ green 116 ◦ blue 186

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

Shades of Fuchsia #BB74BA

Tints of Fuchsia #BB74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.72%

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

R = 38.24%
G = 23.72%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB74BA (or 0xBB74BA) is known color: Fuchsia. HEX triplet: BB, 74 and BA. RGB value is (187,116,186). Sum of RGB (Red+Green+Blue) = 187+116+186=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BB74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74BA is #448B45. Grayscale: #919191. Windows color (decimal): -4492102 or 12219579. OLE color: 12219579.

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

Color convert

RGB 187 116 186 -
CMYK 0 0.38 0.01 0.27
HSL 300.85º 0.34% 0.59% -
HSV(B) 300.85º 0.38% 0.73% -
XYZ 35.6 26.6 49.71 -
YUV 145.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 187 116 186 0 0.38 0.01 0.27 300.85 0.34 0.59
Hex BB 74 BA 0 26 1 1B 12D 22 3B
Octal 273 164 272 0 46 1 33 455 42 73
Binary 10111011 1110100 10111010 0 100110 1 11011 100101101 100010 111011

Color Harmonies of #BB74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74BA

Black with #BB74BA

Text Example


Text Example

White with #BB74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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