Html Css Color HEX #B470A7 Bouquet

📋 copy color: '#B470A7'

red 180 ◦ green 112 ◦ blue 167

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

Shades of Bouquet #B470A7

Tints of Bouquet #B470A7

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 39.22%
G = 24.4%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B470A7 (or 0xB470A7) is known color: Bouquet. HEX triplet: B4, 70 and A7. RGB value is (180,112,167). Sum of RGB (Red+Green+Blue) = 180+112+167=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B470A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470A7 is #4B8F58. Grayscale: #8A8A8A. Windows color (decimal): -4951897 or 10973364. OLE color: 10973364.

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

Color convert

RGB 180 112 167 -
CMYK 0 0.38 0.07 0.29
HSL 311.47º 0.31% 0.57% -
HSV(B) 311.47º 0.38% 0.71% -
XYZ 31.59 24.08 39.54 -
YUV 138.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 180 112 167 0 0.38 0.07 0.29 311.47 0.31 0.57
Hex B4 70 A7 0 26 7 1D 137 1F 39
Octal 264 160 247 0 46 7 35 467 37 71
Binary 10110100 1110000 10100111 0 100110 111 11101 100110111 11111 111001

Color Harmonies of #B470A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470A7

Black with #B470A7

Text Example


Text Example

White with #B470A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470A7; }

 p { color: rgb(180,112,167); }

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

background-color css

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

 a { background-color: rgb(180,112,167); }

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

border-color css

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

 span { border-color: rgb(180,112,167); }

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