Html Css Color HEX #BB75BB Fuchsia

📋 copy color: '#BB75BB'

red 187 ◦ green 117 ◦ blue 187

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

Shades of Fuchsia #BB75BB

Tints of Fuchsia #BB75BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 38.09%
G = 23.83%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB75BB (or 0xBB75BB) is known color: Fuchsia. HEX triplet: BB, 75 and BB. RGB value is (187,117,187). Sum of RGB (Red+Green+Blue) = 187+117+187=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB75BB is #448A44. Grayscale: #919191. Windows color (decimal): -4491845 or 12285371. OLE color: 12285371.

HSL color Cylindrical-coordinate representation of color #BB75BB: hue angle of 300º 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 #BB75BB is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 187 -
CMYK 0 0.37 0 0.27
HSL 300º 0.34% 0.6% -
HSV(B) 300º 0.37% 0.73% -
XYZ 35.82 26.88 50.31 -
YUV 145.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 187 117 187 0 0.37 0 0.27 300 0.34 0.6
Hex BB 75 BB 0 25 0 1B 12C 22 3C
Octal 273 165 273 0 45 0 33 454 42 74
Binary 10111011 1110101 10111011 0 100101 0 11011 100101100 100010 111100

Color Harmonies of #BB75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB75BB

Black with #BB75BB

Text Example


Text Example

White with #BB75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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