Html Css Color HEX #BB74BF Fuchsia

📋 copy color: '#BB74BF'

red 187 ◦ green 116 ◦ blue 191

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

Shades of Fuchsia #BB74BF

Tints of Fuchsia #BB74BF

RGB

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

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

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

R = 37.85%
G = 23.48%
B = 38.66%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB74BF (or 0xBB74BF) is known color: Fuchsia. HEX triplet: BB, 74 and BF. RGB value is (187,116,191). Sum of RGB (Red+Green+Blue) = 187+116+191=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74BF is #448B40. Grayscale: #919191. Windows color (decimal): -4492097 or 12547259. OLE color: 12547259.

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

Color convert

RGB 187 116 191 -
CMYK 0.02 0.39 0 0.25
HSL 296.8º 0.37% 0.6% -
HSV(B) 296.8º 0.39% 0.75% -
XYZ 36.14 26.82 52.56 -
YUV 145.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 187 116 191 0.02 0.39 0 0.25 296.8 0.37 0.6
Hex BB 74 BF 2 27 0 19 129 25 3C
Octal 273 164 277 2 47 0 31 451 45 74
Binary 10111011 1110100 10111111 10 100111 0 11001 100101001 100101 111100

Color Harmonies of #BB74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74BF

Black with #BB74BF

Text Example


Text Example

White with #BB74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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