Html Css Color HEX #B278A5 Bouquet

📋 copy color: '#B278A5'

red 178 ◦ green 120 ◦ blue 165

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

Shades of Bouquet #B278A5

Tints of Bouquet #B278A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.64%

R = 38.44%
G = 25.92%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B278A5 (or 0xB278A5) is known color: Bouquet. HEX triplet: B2, 78 and A5. RGB value is (178,120,165). Sum of RGB (Red+Green+Blue) = 178+120+165=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B278A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278A5 is #4D875A. Grayscale: #8E8E8E. Windows color (decimal): -5080923 or 10844338. OLE color: 10844338.

HSL color Cylindrical-coordinate representation of color #B278A5: hue angle of 313.45º 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 #B278A5 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 120 165 -
CMYK 0 0.33 0.07 0.30
HSL 313.45º 0.27% 0.58% -
HSV(B) 313.45º 0.33% 0.7% -
XYZ 31.87 25.61 38.86 -
YUV 142.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 178 120 165 0 0.33 0.07 0.30 313.45 0.27 0.58
Hex B2 78 A5 0 21 7 1E 139 1B 3A
Octal 262 170 245 0 41 7 36 471 33 72
Binary 10110010 1111000 10100101 0 100001 111 11110 100111001 11011 111010

Color Harmonies of #B278A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278A5

Black with #B278A5

Text Example


Text Example

White with #B278A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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