Html Css Color HEX #B970A8 Bouquet

📋 copy color: '#B970A8'

red 185 ◦ green 112 ◦ blue 168

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

Shades of Bouquet #B970A8

Tints of Bouquet #B970A8

RGB

 RED value IS 185 (72.66% from 255) = 39.78%

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

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

R = 39.78%
G = 24.09%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B970A8 (or 0xB970A8) is known color: Bouquet. HEX triplet: B9, 70 and A8. RGB value is (185,112,168). Sum of RGB (Red+Green+Blue) = 185+112+168=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B970A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970A8 is #468F57. Grayscale: #8C8C8C. Windows color (decimal): -4624216 or 11038905. OLE color: 11038905.

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

Color convert

RGB 185 112 168 -
CMYK 0 0.39 0.09 0.27
HSL 313.97º 0.34% 0.58% -
HSV(B) 313.97º 0.39% 0.73% -
XYZ 32.87 24.73 40.09 -
YUV 140.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 185 112 168 0 0.39 0.09 0.27 313.97 0.34 0.58
Hex B9 70 A8 0 27 9 1B 13A 22 3A
Octal 271 160 250 0 47 11 33 472 42 72
Binary 10111001 1110000 10101000 0 100111 1001 11011 100111010 100010 111010

Color Harmonies of #B970A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970A8

Black with #B970A8

Text Example


Text Example

White with #B970A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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