Html Css Color HEX #B870A8 Bouquet

📋 copy color: '#B870A8'

red 184 ◦ green 112 ◦ blue 168

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

Shades of Bouquet #B870A8

Tints of Bouquet #B870A8

RGB

 RED value IS 184 (72.27% from 255) = 39.66%

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

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

R = 39.66%
G = 24.14%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B870A8 (or 0xB870A8) is known color: Bouquet. HEX triplet: B8, 70 and A8. RGB value is (184,112,168). Sum of RGB (Red+Green+Blue) = 184+112+168=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B870A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B870A8 is #478F57. Grayscale: #8B8B8B. Windows color (decimal): -4689752 or 11038904. OLE color: 11038904.

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

Color convert

RGB 184 112 168 -
CMYK 0 0.39 0.09 0.28
HSL 313.33º 0.34% 0.58% -
HSV(B) 313.33º 0.39% 0.72% -
XYZ 32.63 24.61 40.08 -
YUV 139.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 184 112 168 0 0.39 0.09 0.28 313.33 0.34 0.58
Hex B8 70 A8 0 27 9 1C 139 22 3A
Octal 270 160 250 0 47 11 34 471 42 72
Binary 10111000 1110000 10101000 0 100111 1001 11100 100111001 100010 111010

Color Harmonies of #B870A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870A8

Black with #B870A8

Text Example


Text Example

White with #B870A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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