Html Css Color HEX #BB6F9F Bouquet

📋 copy color: '#BB6F9F'

red 187 ◦ green 111 ◦ blue 159

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

Shades of Bouquet #BB6F9F

Tints of Bouquet #BB6F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 40.92%
G = 24.29%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB6F9F (or 0xBB6F9F) is known color: Bouquet. HEX triplet: BB, 6F and 9F. RGB value is (187,111,159). Sum of RGB (Red+Green+Blue) = 187+111+159=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6F9F is #449060. Grayscale: #8B8B8B. Windows color (decimal): -4493409 or 10448827. OLE color: 10448827.

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

Color convert

RGB 187 111 159 -
CMYK 0 0.41 0.15 0.27
HSL 322.11º 0.36% 0.58% -
HSV(B) 322.11º 0.41% 0.73% -
XYZ 32.44 24.44 35.81 -
YUV 139.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 187 111 159 0 0.41 0.15 0.27 322.11 0.36 0.58
Hex BB 6F 9F 0 29 F 1B 142 24 3A
Octal 273 157 237 0 51 17 33 502 44 72
Binary 10111011 1101111 10011111 0 101001 1111 11011 101000010 100100 111010

Color Harmonies of #BB6F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F9F

Black with #BB6F9F

Text Example


Text Example

White with #BB6F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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