Html Css Color HEX #BB68BE Fuchsia

📋 copy color: '#BB68BE'

red 187 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #BB68BE

Tints of Fuchsia #BB68BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 38.88%
G = 21.62%
B = 39.5%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB68BE (or 0xBB68BE) is known color: Fuchsia. HEX triplet: BB, 68 and BE. RGB value is (187,104,190). Sum of RGB (Red+Green+Blue) = 187+104+190=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68BE is #449741. Grayscale: #8A8A8A. Windows color (decimal): -4495170 or 12478651. OLE color: 12478651.

HSL color Cylindrical-coordinate representation of color #BB68BE: hue angle of 297.91º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB68BE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 104 190 -
CMYK 0.02 0.45 0 0.25
HSL 297.91º 0.4% 0.58% -
HSV(B) 297.91º 0.45% 0.75% -
XYZ 34.74 24.18 51.55 -
YUV 138.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 187 104 190 0.02 0.45 0 0.25 297.91 0.4 0.58
Hex BB 68 BE 2 2D 0 19 12A 28 3A
Octal 273 150 276 2 55 0 31 452 50 72
Binary 10111011 1101000 10111110 10 101101 0 11001 100101010 101000 111010

Color Harmonies of #BB68BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68BE

Black with #BB68BE

Text Example


Text Example

White with #BB68BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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