Html Css Color HEX #B678A8 Bouquet

📋 copy color: '#B678A8'

red 182 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #B678A8

Tints of Bouquet #B678A8

RGB

 RED value IS 182 (71.48% from 255) = 38.72%

 GREEN value IS 120 (47.27% from 255) = 25.53%

 BLUE value IS 168 (66.02% from 255) = 35.74%

R = 38.72%
G = 25.53%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B678A8 (or 0xB678A8) is known color: Bouquet. HEX triplet: B6, 78 and A8. RGB value is (182,120,168). Sum of RGB (Red+Green+Blue) = 182+120+168=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B678A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B678A8 is #498757. Grayscale: #8F8F8F. Windows color (decimal): -4818776 or 11040950. OLE color: 11040950.

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

Color convert

RGB 182 120 168 -
CMYK 0 0.34 0.08 0.29
HSL 313.55º 0.3% 0.59% -
HSV(B) 313.55º 0.34% 0.71% -
XYZ 33.08 26.21 40.36 -
YUV 144.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 182 120 168 0 0.34 0.08 0.29 313.55 0.3 0.59
Hex B6 78 A8 0 22 8 1D 13A 1E 3B
Octal 266 170 250 0 42 10 35 472 36 73
Binary 10110110 1111000 10101000 0 100010 1000 11101 100111010 11110 111011

Color Harmonies of #B678A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B678A8

Black with #B678A8

Text Example


Text Example

White with #B678A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B678A8; }

 p { color: rgb(182,120,168); }

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

background-color css

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

 a { background-color: rgb(182,120,168); }

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

border-color css

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

 span { border-color: rgb(182,120,168); }

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