Html Css Color HEX #BB6BA3 Bouquet

📋 copy color: '#BB6BA3'

red 187 ◦ green 107 ◦ blue 163

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

Shades of Bouquet #BB6BA3

Tints of Bouquet #BB6BA3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

 BLUE value IS 163 (64.06% from 255) = 35.67%

R = 40.92%
G = 23.41%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB6BA3 (or 0xBB6BA3) is known color: Bouquet. HEX triplet: BB, 6B and A3. RGB value is (187,107,163). Sum of RGB (Red+Green+Blue) = 187+107+163=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BA3 is #44945C. Grayscale: #898989. Windows color (decimal): -4494429 or 10709947. OLE color: 10709947.

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

Color convert

RGB 187 107 163 -
CMYK 0 0.43 0.13 0.27
HSL 318º 0.37% 0.58% -
HSV(B) 318º 0.43% 0.73% -
XYZ 32.36 23.72 37.52 -
YUV 137.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 187 107 163 0 0.43 0.13 0.27 318 0.37 0.58
Hex BB 6B A3 0 2B D 1B 13E 25 3A
Octal 273 153 243 0 53 15 33 476 45 72
Binary 10111011 1101011 10100011 0 101011 1101 11011 100111110 100101 111010

Color Harmonies of #BB6BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6BA3

Black with #BB6BA3

Text Example


Text Example

White with #BB6BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6BA3; }

 p { color: rgb(187,107,163); }

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

background-color css

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

 a { background-color: rgb(187,107,163); }

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

border-color css

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

 span { border-color: rgb(187,107,163); }

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