Html Css Color HEX #BB69BA Fuchsia

📋 copy color: '#BB69BA'

red 187 ◦ green 105 ◦ blue 186

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

Shades of Fuchsia #BB69BA

Tints of Fuchsia #BB69BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

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

R = 39.12%
G = 21.97%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB69BA (or 0xBB69BA) is known color: Fuchsia. HEX triplet: BB, 69 and BA. RGB value is (187,105,186). Sum of RGB (Red+Green+Blue) = 187+105+186=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69BA is #449645. Grayscale: #8A8A8A. Windows color (decimal): -4494918 or 12216763. OLE color: 12216763.

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

Color convert

RGB 187 105 186 -
CMYK 0 0.44 0.01 0.27
HSL 300.73º 0.38% 0.57% -
HSV(B) 300.73º 0.44% 0.73% -
XYZ 34.41 24.21 49.31 -
YUV 138.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 187 105 186 0 0.44 0.01 0.27 300.73 0.38 0.57
Hex BB 69 BA 0 2C 1 1B 12D 26 39
Octal 273 151 272 0 54 1 33 455 46 71
Binary 10111011 1101001 10111010 0 101100 1 11011 100101101 100110 111001

Color Harmonies of #BB69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69BA

Black with #BB69BA

Text Example


Text Example

White with #BB69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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