Html Css Color HEX #B368A0 Bouquet

📋 copy color: '#B368A0'

red 179 ◦ green 104 ◦ blue 160

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

Shades of Bouquet #B368A0

Tints of Bouquet #B368A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 40.41%
G = 23.48%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B368A0 (or 0xB368A0) is known color: Bouquet. HEX triplet: B3, 68 and A0. RGB value is (179,104,160). Sum of RGB (Red+Green+Blue) = 179+104+160=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B368A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368A0 is #4C975F. Grayscale: #848484. Windows color (decimal): -5019488 or 10512563. OLE color: 10512563.

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

Color convert

RGB 179 104 160 -
CMYK 0 0.42 0.11 0.30
HSL 315.2º 0.33% 0.55% -
HSV(B) 315.2º 0.42% 0.7% -
XYZ 29.89 22.02 35.93 -
YUV 132.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 179 104 160 0 0.42 0.11 0.30 315.2 0.33 0.55
Hex B3 68 A0 0 2A B 1E 13B 21 37
Octal 263 150 240 0 52 13 36 473 41 67
Binary 10110011 1101000 10100000 0 101010 1011 11110 100111011 100001 110111

Color Harmonies of #B368A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368A0

Black with #B368A0

Text Example


Text Example

White with #B368A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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