Html Css Color HEX #BB6FA5 Bouquet

📋 copy color: '#BB6FA5'

red 187 ◦ green 111 ◦ blue 165

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

Shades of Bouquet #BB6FA5

Tints of Bouquet #BB6FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.97%

 BLUE value IS 165 (64.84% from 255) = 35.64%

R = 40.39%
G = 23.97%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB6FA5 (or 0xBB6FA5) is known color: Bouquet. HEX triplet: BB, 6F and A5. RGB value is (187,111,165). Sum of RGB (Red+Green+Blue) = 187+111+165=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6FA5 is #44905A. Grayscale: #8B8B8B. Windows color (decimal): -4493403 or 10842043. OLE color: 10842043.

HSL color Cylindrical-coordinate representation of color #BB6FA5: hue angle of 317.37º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6FA5 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 111 165 -
CMYK 0 0.41 0.12 0.27
HSL 317.37º 0.36% 0.58% -
HSV(B) 317.37º 0.41% 0.73% -
XYZ 32.97 24.65 38.62 -
YUV 139.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 187 111 165 0 0.41 0.12 0.27 317.37 0.36 0.58
Hex BB 6F A5 0 29 C 1B 13D 24 3A
Octal 273 157 245 0 51 14 33 475 44 72
Binary 10111011 1101111 10100101 0 101001 1100 11011 100111101 100100 111010

Color Harmonies of #BB6FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FA5

Black with #BB6FA5

Text Example


Text Example

White with #BB6FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FA5; }

 p { color: rgb(187,111,165); }

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

background-color css

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

 a { background-color: rgb(187,111,165); }

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

border-color css

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

 span { border-color: rgb(187,111,165); }

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