Html Css Color HEX #B4679C Bouquet

📋 copy color: '#B4679C'

red 180 ◦ green 103 ◦ blue 156

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

Shades of Bouquet #B4679C

Tints of Bouquet #B4679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.46%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 41%
G = 23.46%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4679C (or 0xB4679C) is known color: Bouquet. HEX triplet: B4, 67 and 9C. RGB value is (180,103,156). Sum of RGB (Red+Green+Blue) = 180+103+156=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4679C is #4B9863. Grayscale: #838383. Windows color (decimal): -4954212 or 10250164. OLE color: 10250164.

HSL color Cylindrical-coordinate representation of color #B4679C: hue angle of 318.7º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4679C is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 156 -
CMYK 0 0.43 0.13 0.29
HSL 318.7º 0.34% 0.55% -
HSV(B) 318.7º 0.43% 0.71% -
XYZ 29.67 21.8 34.1 -
YUV 132.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 180 103 156 0 0.43 0.13 0.29 318.7 0.34 0.55
Hex B4 67 9C 0 2B D 1D 13F 22 37
Octal 264 147 234 0 53 15 35 477 42 67
Binary 10110100 1100111 10011100 0 101011 1101 11101 100111111 100010 110111

Color Harmonies of #B4679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4679C

Black with #B4679C

Text Example


Text Example

White with #B4679C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4679C; }

 p { color: rgb(180,103,156); }

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

background-color css

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

 a { background-color: rgb(180,103,156); }

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

border-color css

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

 span { border-color: rgb(180,103,156); }

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