Html Css Color HEX #BB68BA Fuchsia

📋 copy color: '#BB68BA'

red 187 ◦ green 104 ◦ blue 186

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

Shades of Fuchsia #BB68BA

Tints of Fuchsia #BB68BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

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

R = 39.2%
G = 21.8%
B = 38.99%

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

#BB68BA (or 0xBB68BA) is known color: Fuchsia. HEX triplet: BB, 68 and BA. RGB value is (187,104,186). Sum of RGB (Red+Green+Blue) = 187+104+186=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68BA is #449745. Grayscale: #898989. Windows color (decimal): -4495174 or 12216507. OLE color: 12216507.

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

Color convert

RGB 187 104 186 -
CMYK 0 0.44 0.01 0.27
HSL 300.72º 0.38% 0.57% -
HSV(B) 300.72º 0.44% 0.73% -
XYZ 34.31 24.01 49.28 -
YUV 138.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 187 104 186 0 0.44 0.01 0.27 300.72 0.38 0.57
Hex BB 68 BA 0 2C 1 1B 12D 26 39
Octal 273 150 272 0 54 1 33 455 46 71
Binary 10111011 1101000 10111010 0 101100 1 11011 100101101 100110 111001

Color Harmonies of #BB68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68BA

Black with #BB68BA

Text Example


Text Example

White with #BB68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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