Html Css Color HEX #B36F9B Bouquet

📋 copy color: '#B36F9B'

red 179 ◦ green 111 ◦ blue 155

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

Shades of Bouquet #B36F9B

Tints of Bouquet #B36F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 40.22%
G = 24.94%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B36F9B (or 0xB36F9B) is known color: Bouquet. HEX triplet: B3, 6F and 9B. RGB value is (179,111,155). Sum of RGB (Red+Green+Blue) = 179+111+155=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F9B is #4C9064. Grayscale: #888888. Windows color (decimal): -5017701 or 10186675. OLE color: 10186675.

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

Color convert

RGB 179 111 155 -
CMYK 0 0.38 0.13 0.30
HSL 321.18º 0.31% 0.57% -
HSV(B) 321.18º 0.38% 0.7% -
XYZ 30.19 23.32 33.92 -
YUV 136.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 179 111 155 0 0.38 0.13 0.30 321.18 0.31 0.57
Hex B3 6F 9B 0 26 D 1E 141 1F 39
Octal 263 157 233 0 46 15 36 501 37 71
Binary 10110011 1101111 10011011 0 100110 1101 11110 101000001 11111 111001

Color Harmonies of #B36F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36F9B

Black with #B36F9B

Text Example


Text Example

White with #B36F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36F9B; }

 p { color: rgb(179,111,155); }

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

background-color css

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

 a { background-color: rgb(179,111,155); }

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

border-color css

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

 span { border-color: rgb(179,111,155); }

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