Html Css Color HEX #BB68B8 Fuchsia

📋 copy color: '#BB68B8'

red 187 ◦ green 104 ◦ blue 184

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

Shades of Fuchsia #BB68B8

Tints of Fuchsia #BB68B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 39.37%
G = 21.89%
B = 38.74%

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

#BB68B8 (or 0xBB68B8) is known color: Fuchsia. HEX triplet: BB, 68 and B8. RGB value is (187,104,184). Sum of RGB (Red+Green+Blue) = 187+104+184=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68B8 is #449747. Grayscale: #898989. Windows color (decimal): -4495176 or 12085435. OLE color: 12085435.

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

Color convert

RGB 187 104 184 -
CMYK 0 0.44 0.02 0.27
HSL 302.17º 0.38% 0.57% -
HSV(B) 302.17º 0.44% 0.73% -
XYZ 34.1 23.93 48.17 -
YUV 137.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 187 104 184 0 0.44 0.02 0.27 302.17 0.38 0.57
Hex BB 68 B8 0 2C 2 1B 12E 26 39
Octal 273 150 270 0 54 2 33 456 46 71
Binary 10111011 1101000 10111000 0 101100 10 11011 100101110 100110 111001

Color Harmonies of #BB68B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68B8

Black with #BB68B8

Text Example


Text Example

White with #BB68B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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