Html Css Color HEX #BB68B5 Fuchsia

📋 copy color: '#BB68B5'

red 187 ◦ green 104 ◦ blue 181

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

Shades of Fuchsia #BB68B5

Tints of Fuchsia #BB68B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.35%

R = 39.62%
G = 22.03%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB68B5 (or 0xBB68B5) is known color: Fuchsia. HEX triplet: BB, 68 and B5. RGB value is (187,104,181). Sum of RGB (Red+Green+Blue) = 187+104+181=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68B5 is #44974A. Grayscale: #898989. Windows color (decimal): -4495179 or 11888827. OLE color: 11888827.

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

Color convert

RGB 187 104 181 -
CMYK 0 0.44 0.03 0.27
HSL 304.34º 0.38% 0.57% -
HSV(B) 304.34º 0.44% 0.73% -
XYZ 33.78 23.8 46.53 -
YUV 137.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 187 104 181 0 0.44 0.03 0.27 304.34 0.38 0.57
Hex BB 68 B5 0 2C 3 1B 130 26 39
Octal 273 150 265 0 54 3 33 460 46 71
Binary 10111011 1101000 10110101 0 101100 11 11011 100110000 100110 111001

Color Harmonies of #BB68B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68B5

Black with #BB68B5

Text Example


Text Example

White with #BB68B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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