Html Css Color HEX #BB75BA Fuchsia

📋 copy color: '#BB75BA'

red 187 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #BB75BA

Tints of Fuchsia #BB75BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.88%

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

R = 38.16%
G = 23.88%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB75BA (or 0xBB75BA) is known color: Fuchsia. HEX triplet: BB, 75 and BA. RGB value is (187,117,186). Sum of RGB (Red+Green+Blue) = 187+117+186=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75BA is #448A45. Grayscale: #919191. Windows color (decimal): -4491846 or 12219835. OLE color: 12219835.

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

Color convert

RGB 187 117 186 -
CMYK 0 0.37 0.01 0.27
HSL 300.86º 0.34% 0.6% -
HSV(B) 300.86º 0.37% 0.73% -
XYZ 35.72 26.83 49.75 -
YUV 145.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 187 117 186 0 0.37 0.01 0.27 300.86 0.34 0.6
Hex BB 75 BA 0 25 1 1B 12D 22 3C
Octal 273 165 272 0 45 1 33 455 42 74
Binary 10111011 1110101 10111010 0 100101 1 11011 100101101 100010 111100

Color Harmonies of #BB75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75BA

Black with #BB75BA

Text Example


Text Example

White with #BB75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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