Html Css Color HEX #B071A5 Bouquet

📋 copy color: '#B071A5'

red 176 ◦ green 113 ◦ blue 165

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

Shades of Bouquet #B071A5

Tints of Bouquet #B071A5

RGB

 RED value IS 176 (69.14% from 255) = 38.77%

 GREEN value IS 113 (44.53% from 255) = 24.89%

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 38.77%
G = 24.89%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B071A5 (or 0xB071A5) is known color: Bouquet. HEX triplet: B0, 71 and A5. RGB value is (176,113,165). Sum of RGB (Red+Green+Blue) = 176+113+165=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B071A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071A5 is #4F8E5A. Grayscale: #898989. Windows color (decimal): -5213787 or 10842544. OLE color: 10842544.

HSL color Cylindrical-coordinate representation of color #B071A5: hue angle of 310.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B071A5 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 165 -
CMYK 0 0.36 0.06 0.31
HSL 310.48º 0.29% 0.57% -
HSV(B) 310.48º 0.36% 0.69% -
XYZ 30.6 23.76 38.57 -
YUV 137.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 176 113 165 0 0.36 0.06 0.31 310.48 0.29 0.57
Hex B0 71 A5 0 24 6 1F 136 1D 39
Octal 260 161 245 0 44 6 37 466 35 71
Binary 10110000 1110001 10100101 0 100100 110 11111 100110110 11101 111001

Color Harmonies of #B071A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B071A5

Black with #B071A5

Text Example


Text Example

White with #B071A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B071A5; }

 p { color: rgb(176,113,165); }

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

background-color css

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

 a { background-color: rgb(176,113,165); }

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

border-color css

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

 span { border-color: rgb(176,113,165); }

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