Html Css Color HEX #B278A0 Bouquet

📋 copy color: '#B278A0'

red 178 ◦ green 120 ◦ blue 160

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

Shades of Bouquet #B278A0

Tints of Bouquet #B278A0

RGB

 RED value IS 178 (69.92% from 255) = 38.86%

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

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

R = 38.86%
G = 26.2%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B278A0 (or 0xB278A0) is known color: Bouquet. HEX triplet: B2, 78 and A0. RGB value is (178,120,160). Sum of RGB (Red+Green+Blue) = 178+120+160=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B278A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278A0 is #4D875F. Grayscale: #8D8D8D. Windows color (decimal): -5080928 or 10516658. OLE color: 10516658.

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

Color convert

RGB 178 120 160 -
CMYK 0 0.33 0.10 0.30
HSL 318.62º 0.27% 0.58% -
HSV(B) 318.62º 0.33% 0.7% -
XYZ 31.42 25.44 36.51 -
YUV 141.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 178 120 160 0 0.33 0.10 0.30 318.62 0.27 0.58
Hex B2 78 A0 0 21 A 1E 13F 1B 3A
Octal 262 170 240 0 41 12 36 477 33 72
Binary 10110010 1111000 10100000 0 100001 1010 11110 100111111 11011 111010

Color Harmonies of #B278A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278A0

Black with #B278A0

Text Example


Text Example

White with #B278A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278A0; }

 p { color: rgb(178,120,160); }

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

background-color css

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

 a { background-color: rgb(178,120,160); }

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

border-color css

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

 span { border-color: rgb(178,120,160); }

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