Html Css Color HEX #BB68BF Fuchsia

📋 copy color: '#BB68BF'

red 187 ◦ green 104 ◦ blue 191

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

Shades of Fuchsia #BB68BF

Tints of Fuchsia #BB68BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 38.8%
G = 21.58%
B = 39.63%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB68BF (or 0xBB68BF) is known color: Fuchsia. HEX triplet: BB, 68 and BF. RGB value is (187,104,191). Sum of RGB (Red+Green+Blue) = 187+104+191=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB68BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68BF is #449740. Grayscale: #8A8A8A. Windows color (decimal): -4495169 or 12544187. OLE color: 12544187.

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

Color convert

RGB 187 104 191 -
CMYK 0.02 0.46 0 0.25
HSL 297.24º 0.4% 0.58% -
HSV(B) 297.24º 0.46% 0.75% -
XYZ 34.85 24.23 52.13 -
YUV 138.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 187 104 191 0.02 0.46 0 0.25 297.24 0.4 0.58
Hex BB 68 BF 2 2E 0 19 129 28 3A
Octal 273 150 277 2 56 0 31 451 50 72
Binary 10111011 1101000 10111111 10 101110 0 11001 100101001 101000 111010

Color Harmonies of #BB68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68BF

Black with #BB68BF

Text Example


Text Example

White with #BB68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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