Html Css Color HEX #BB71B7 Fuchsia

📋 copy color: '#BB71B7'

red 187 ◦ green 113 ◦ blue 183

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

Shades of Fuchsia #BB71B7

Tints of Fuchsia #BB71B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.4%

 BLUE value IS 183 (71.88% from 255) = 37.89%

R = 38.72%
G = 23.4%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB71B7 (or 0xBB71B7) is known color: Fuchsia. HEX triplet: BB, 71 and B7. RGB value is (187,113,183). Sum of RGB (Red+Green+Blue) = 187+113+183=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71B7 is #448E48. Grayscale: #8E8E8E. Windows color (decimal): -4492873 or 12022203. OLE color: 12022203.

HSL color Cylindrical-coordinate representation of color #BB71B7: hue angle of 303.24º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71B7 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 113 183 -
CMYK 0 0.40 0.02 0.27
HSL 303.24º 0.35% 0.59% -
HSV(B) 303.24º 0.4% 0.73% -
XYZ 34.95 25.79 47.94 -
YUV 143.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 187 113 183 0 0.40 0.02 0.27 303.24 0.35 0.59
Hex BB 71 B7 0 28 2 1B 12F 23 3B
Octal 273 161 267 0 50 2 33 457 43 73
Binary 10111011 1110001 10110111 0 101000 10 11011 100101111 100011 111011

Color Harmonies of #BB71B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71B7

Black with #BB71B7

Text Example


Text Example

White with #BB71B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71B7; }

 p { color: rgb(187,113,183); }

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

background-color css

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

 a { background-color: rgb(187,113,183); }

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

border-color css

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

 span { border-color: rgb(187,113,183); }

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