Html Css Color HEX #B278A8 Bouquet

📋 copy color: '#B278A8'

red 178 ◦ green 120 ◦ blue 168

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

Shades of Bouquet #B278A8

Tints of Bouquet #B278A8

RGB

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

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

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

R = 38.2%
G = 25.75%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B278A8 (or 0xB278A8) is known color: Bouquet. HEX triplet: B2, 78 and A8. RGB value is (178,120,168). Sum of RGB (Red+Green+Blue) = 178+120+168=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B278A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B278A8 is #4D8757. Grayscale: #8E8E8E. Windows color (decimal): -5080920 or 11040946. OLE color: 11040946.

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

Color convert

RGB 178 120 168 -
CMYK 0 0.33 0.06 0.30
HSL 310.34º 0.27% 0.58% -
HSV(B) 310.34º 0.33% 0.7% -
XYZ 32.14 25.73 40.32 -
YUV 142.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 178 120 168 0 0.33 0.06 0.30 310.34 0.27 0.58
Hex B2 78 A8 0 21 6 1E 136 1B 3A
Octal 262 170 250 0 41 6 36 466 33 72
Binary 10110010 1111000 10101000 0 100001 110 11110 100110110 11011 111010

Color Harmonies of #B278A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B278A8

Black with #B278A8

Text Example


Text Example

White with #B278A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B278A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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