Html Css Color HEX #BF70AA Bouquet

📋 copy color: '#BF70AA'

red 191 ◦ green 112 ◦ blue 170

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

Shades of Bouquet #BF70AA

Tints of Bouquet #BF70AA

RGB

 RED value IS 191 (75% from 255) = 40.38%

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 170 (66.8% from 255) = 35.94%

R = 40.38%
G = 23.68%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF70AA (or 0xBF70AA) is known color: Bouquet. HEX triplet: BF, 70 and AA. RGB value is (191,112,170). Sum of RGB (Red+Green+Blue) = 191+112+170=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70AA is #408F55. Grayscale: #8E8E8E. Windows color (decimal): -4230998 or 11169983. OLE color: 11169983.

HSL color Cylindrical-coordinate representation of color #BF70AA: hue angle of 315.95º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF70AA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 170 -
CMYK 0 0.41 0.11 0.25
HSL 315.95º 0.38% 0.59% -
HSV(B) 315.95º 0.41% 0.75% -
XYZ 34.54 25.57 41.14 -
YUV 142.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 191 112 170 0 0.41 0.11 0.25 315.95 0.38 0.59
Hex BF 70 AA 0 29 B 19 13C 26 3B
Octal 277 160 252 0 51 13 31 474 46 73
Binary 10111111 1110000 10101010 0 101001 1011 11001 100111100 100110 111011

Color Harmonies of #BF70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70AA

Black with #BF70AA

Text Example


Text Example

White with #BF70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70AA; }

 p { color: rgb(191,112,170); }

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

background-color css

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

 a { background-color: rgb(191,112,170); }

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

border-color css

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

 span { border-color: rgb(191,112,170); }

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