Html Css Color HEX #B469A0 Bouquet

📋 copy color: '#B469A0'

red 180 ◦ green 105 ◦ blue 160

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

Shades of Bouquet #B469A0

Tints of Bouquet #B469A0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 40.45%
G = 23.6%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B469A0 (or 0xB469A0) is known color: Bouquet. HEX triplet: B4, 69 and A0. RGB value is (180,105,160). Sum of RGB (Red+Green+Blue) = 180+105+160=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A0 is #4B965F. Grayscale: #858585. Windows color (decimal): -4953696 or 10512820. OLE color: 10512820.

HSL color Cylindrical-coordinate representation of color #B469A0: hue angle of 316º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B469A0 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 160 -
CMYK 0 0.42 0.11 0.29
HSL 316º 0.33% 0.56% -
HSV(B) 316º 0.42% 0.71% -
XYZ 30.22 22.34 35.98 -
YUV 133.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 180 105 160 0 0.42 0.11 0.29 316 0.33 0.56
Hex B4 69 A0 0 2A B 1D 13C 21 38
Octal 264 151 240 0 52 13 35 474 41 70
Binary 10110100 1101001 10100000 0 101010 1011 11101 100111100 100001 111000

Color Harmonies of #B469A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469A0

Black with #B469A0

Text Example


Text Example

White with #B469A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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