Html Css Color HEX #BB68AF Fuchsia

📋 copy color: '#BB68AF'

red 187 ◦ green 104 ◦ blue 175

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

Shades of Fuchsia #BB68AF

Tints of Fuchsia #BB68AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.55%

R = 40.13%
G = 22.32%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB68AF (or 0xBB68AF) is known color: Fuchsia. HEX triplet: BB, 68 and AF. RGB value is (187,104,175). Sum of RGB (Red+Green+Blue) = 187+104+175=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68AF is #449750. Grayscale: #888888. Windows color (decimal): -4495185 or 11495611. OLE color: 11495611.

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

Color convert

RGB 187 104 175 -
CMYK 0 0.44 0.06 0.27
HSL 308.67º 0.38% 0.57% -
HSV(B) 308.67º 0.44% 0.73% -
XYZ 33.18 23.56 43.36 -
YUV 136.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 187 104 175 0 0.44 0.06 0.27 308.67 0.38 0.57
Hex BB 68 AF 0 2C 6 1B 135 26 39
Octal 273 150 257 0 54 6 33 465 46 71
Binary 10111011 1101000 10101111 0 101100 110 11011 100110101 100110 111001

Color Harmonies of #BB68AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68AF

Black with #BB68AF

Text Example


Text Example

White with #BB68AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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