Html Css Color HEX #B470A0 Bouquet

📋 copy color: '#B470A0'

red 180 ◦ green 112 ◦ blue 160

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

Shades of Bouquet #B470A0

Tints of Bouquet #B470A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.4%

R = 39.82%
G = 24.78%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B470A0 (or 0xB470A0) is known color: Bouquet. HEX triplet: B4, 70 and A0. RGB value is (180,112,160). Sum of RGB (Red+Green+Blue) = 180+112+160=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B470A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B470A0 is #4B8F5F. Grayscale: #898989. Windows color (decimal): -4951904 or 10514612. OLE color: 10514612.

HSL color Cylindrical-coordinate representation of color #B470A0: hue angle of 317.65º 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 #B470A0 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 160 -
CMYK 0 0.38 0.11 0.29
HSL 317.65º 0.31% 0.57% -
HSV(B) 317.65º 0.38% 0.71% -
XYZ 30.96 23.83 36.23 -
YUV 137.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 180 112 160 0 0.38 0.11 0.29 317.65 0.31 0.57
Hex B4 70 A0 0 26 B 1D 13E 1F 39
Octal 264 160 240 0 46 13 35 476 37 71
Binary 10110100 1110000 10100000 0 100110 1011 11101 100111110 11111 111001

Color Harmonies of #B470A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470A0

Black with #B470A0

Text Example


Text Example

White with #B470A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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