Html Css Color HEX #BB6FA7 Bouquet

📋 copy color: '#BB6FA7'

red 187 ◦ green 111 ◦ blue 167

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

Shades of Bouquet #BB6FA7

Tints of Bouquet #BB6FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.91%

R = 40.22%
G = 23.87%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB6FA7 (or 0xBB6FA7) is known color: Bouquet. HEX triplet: BB, 6F and A7. RGB value is (187,111,167). Sum of RGB (Red+Green+Blue) = 187+111+167=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6FA7 is #449058. Grayscale: #8B8B8B. Windows color (decimal): -4493401 or 10973115. OLE color: 10973115.

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

Color convert

RGB 187 111 167 -
CMYK 0 0.41 0.11 0.27
HSL 315.79º 0.36% 0.58% -
HSV(B) 315.79º 0.41% 0.73% -
XYZ 33.15 24.72 39.58 -
YUV 140.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 187 111 167 0 0.41 0.11 0.27 315.79 0.36 0.58
Hex BB 6F A7 0 29 B 1B 13C 24 3A
Octal 273 157 247 0 51 13 33 474 44 72
Binary 10111011 1101111 10100111 0 101001 1011 11011 100111100 100100 111010

Color Harmonies of #BB6FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FA7

Black with #BB6FA7

Text Example


Text Example

White with #BB6FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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