Html Css Color HEX #BF70A8 Bouquet

📋 copy color: '#BF70A8'

red 191 ◦ green 112 ◦ blue 168

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

Shades of Bouquet #BF70A8

Tints of Bouquet #BF70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 40.55%
G = 23.78%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF70A8 (or 0xBF70A8) is known color: Bouquet. HEX triplet: BF, 70 and A8. RGB value is (191,112,168). Sum of RGB (Red+Green+Blue) = 191+112+168=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70A8 is #408F57. Grayscale: #8D8D8D. Windows color (decimal): -4231000 or 11038911. OLE color: 11038911.

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

Color convert

RGB 191 112 168 -
CMYK 0 0.41 0.12 0.25
HSL 317.47º 0.38% 0.59% -
HSV(B) 317.47º 0.41% 0.75% -
XYZ 34.35 25.49 40.16 -
YUV 142.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 191 112 168 0 0.41 0.12 0.25 317.47 0.38 0.59
Hex BF 70 A8 0 29 C 19 13D 26 3B
Octal 277 160 250 0 51 14 31 475 46 73
Binary 10111111 1110000 10101000 0 101001 1100 11001 100111101 100110 111011

Color Harmonies of #BF70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70A8

Black with #BF70A8

Text Example


Text Example

White with #BF70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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