Html Css Color HEX #BB65AB Fuchsia

📋 copy color: '#BB65AB'

red 187 ◦ green 101 ◦ blue 171

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

Shades of Fuchsia #BB65AB

Tints of Fuchsia #BB65AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 40.74%
G = 22%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB65AB (or 0xBB65AB) is known color: Fuchsia. HEX triplet: BB, 65 and AB. RGB value is (187,101,171). Sum of RGB (Red+Green+Blue) = 187+101+171=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AB is #449A54. Grayscale: #868686. Windows color (decimal): -4495957 or 11232699. OLE color: 11232699.

HSL color Cylindrical-coordinate representation of color #BB65AB: hue angle of 311.16º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65AB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 171 -
CMYK 0 0.46 0.09 0.27
HSL 311.16º 0.39% 0.56% -
HSV(B) 311.16º 0.46% 0.73% -
XYZ 32.5 22.81 41.22 -
YUV 134.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 187 101 171 0 0.46 0.09 0.27 311.16 0.39 0.56
Hex BB 65 AB 0 2E 9 1B 137 27 38
Octal 273 145 253 0 56 11 33 467 47 70
Binary 10111011 1100101 10101011 0 101110 1001 11011 100110111 100111 111000

Color Harmonies of #BB65AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65AB

Black with #BB65AB

Text Example


Text Example

White with #BB65AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65AB; }

 p { color: rgb(187,101,171); }

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

background-color css

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

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

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

border-color css

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

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

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