Html Css Color HEX #BB67AC Fuchsia

📋 copy color: '#BB67AC'

red 187 ◦ green 103 ◦ blue 172

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

Shades of Fuchsia #BB67AC

Tints of Fuchsia #BB67AC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.29%

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

R = 40.48%
G = 22.29%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB67AC (or 0xBB67AC) is known color: Fuchsia. HEX triplet: BB, 67 and AC. RGB value is (187,103,172). Sum of RGB (Red+Green+Blue) = 187+103+172=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB67AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB67AC is #449853. Grayscale: #878787. Windows color (decimal): -4495444 or 11298747. OLE color: 11298747.

HSL color Cylindrical-coordinate representation of color #BB67AC: hue angle of 310.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB67AC is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 103 172 -
CMYK 0 0.45 0.08 0.27
HSL 310.71º 0.38% 0.57% -
HSV(B) 310.71º 0.45% 0.73% -
XYZ 32.79 23.24 41.79 -
YUV 135.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 187 103 172 0 0.45 0.08 0.27 310.71 0.38 0.57
Hex BB 67 AC 0 2D 8 1B 137 26 39
Octal 273 147 254 0 55 10 33 467 46 71
Binary 10111011 1100111 10101100 0 101101 1000 11011 100110111 100110 111001

Color Harmonies of #BB67AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB67AC

Black with #BB67AC

Text Example


Text Example

White with #BB67AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB67AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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