Html Css Color HEX #B369A0 Bouquet

📋 copy color: '#B369A0'

red 179 ◦ green 105 ◦ blue 160

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

Shades of Bouquet #B369A0

Tints of Bouquet #B369A0

RGB

 RED value IS 179 (70.31% from 255) = 40.32%

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

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

R = 40.32%
G = 23.65%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B369A0 (or 0xB369A0) is known color: Bouquet. HEX triplet: B3, 69 and A0. RGB value is (179,105,160). Sum of RGB (Red+Green+Blue) = 179+105+160=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B369A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369A0 is #4C965F. Grayscale: #858585. Windows color (decimal): -5019232 or 10512819. OLE color: 10512819.

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

Color convert

RGB 179 105 160 -
CMYK 0 0.41 0.11 0.30
HSL 315.41º 0.33% 0.56% -
HSV(B) 315.41º 0.41% 0.7% -
XYZ 29.99 22.22 35.97 -
YUV 133.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 179 105 160 0 0.41 0.11 0.30 315.41 0.33 0.56
Hex B3 69 A0 0 29 B 1E 13B 21 38
Octal 263 151 240 0 51 13 36 473 41 70
Binary 10110011 1101001 10100000 0 101001 1011 11110 100111011 100001 111000

Color Harmonies of #B369A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369A0

Black with #B369A0

Text Example


Text Example

White with #B369A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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