Html Css Color HEX #BB68B7 Fuchsia

📋 copy color: '#BB68B7'

red 187 ◦ green 104 ◦ blue 183

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

Shades of Fuchsia #BB68B7

Tints of Fuchsia #BB68B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 39.45%
G = 21.94%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB68B7 (or 0xBB68B7) is known color: Fuchsia. HEX triplet: BB, 68 and B7. RGB value is (187,104,183). Sum of RGB (Red+Green+Blue) = 187+104+183=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68B7 is #449748. Grayscale: #898989. Windows color (decimal): -4495177 or 12019899. OLE color: 12019899.

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

Color convert

RGB 187 104 183 -
CMYK 0 0.44 0.02 0.27
HSL 302.89º 0.38% 0.57% -
HSV(B) 302.89º 0.44% 0.73% -
XYZ 33.99 23.88 47.62 -
YUV 137.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 187 104 183 0 0.44 0.02 0.27 302.89 0.38 0.57
Hex BB 68 B7 0 2C 2 1B 12F 26 39
Octal 273 150 267 0 54 2 33 457 46 71
Binary 10111011 1101000 10110111 0 101100 10 11011 100101111 100110 111001

Color Harmonies of #BB68B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68B7

Black with #BB68B7

Text Example


Text Example

White with #BB68B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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