Html Css Color HEX #BB65AC Fuchsia

📋 copy color: '#BB65AC'

red 187 ◦ green 101 ◦ blue 172

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

Shades of Fuchsia #BB65AC

Tints of Fuchsia #BB65AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 40.65%
G = 21.96%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB65AC (or 0xBB65AC) is known color: Fuchsia. HEX triplet: BB, 65 and AC. RGB value is (187,101,172). Sum of RGB (Red+Green+Blue) = 187+101+172=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AC is #449A53. Grayscale: #868686. Windows color (decimal): -4495956 or 11298235. OLE color: 11298235.

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

Color convert

RGB 187 101 172 -
CMYK 0 0.46 0.08 0.27
HSL 310.47º 0.39% 0.56% -
HSV(B) 310.47º 0.46% 0.73% -
XYZ 32.59 22.85 41.72 -
YUV 134.81 148.99 165.23 -
System Red Green Blue C M Y K H S L
Decimal 187 101 172 0 0.46 0.08 0.27 310.47 0.39 0.56
Hex BB 65 AC 0 2E 8 1B 136 27 38
Octal 273 145 254 0 56 10 33 466 47 70
Binary 10111011 1100101 10101100 0 101110 1000 11011 100110110 100111 111000

Color Harmonies of #BB65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB65AC

Black with #BB65AC

Text Example


Text Example

White with #BB65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB65AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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