Html Css Color HEX #B276A2 Bouquet

📋 copy color: '#B276A2'

red 178 ◦ green 118 ◦ blue 162

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

Shades of Bouquet #B276A2

Tints of Bouquet #B276A2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 162 (63.67% from 255) = 35.37%

R = 38.86%
G = 25.76%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B276A2 (or 0xB276A2) is known color: Bouquet. HEX triplet: B2, 76 and A2. RGB value is (178,118,162). Sum of RGB (Red+Green+Blue) = 178+118+162=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B276A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276A2 is #4D895D. Grayscale: #8C8C8C. Windows color (decimal): -5081438 or 10647218. OLE color: 10647218.

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

Color convert

RGB 178 118 162 -
CMYK 0 0.34 0.09 0.30
HSL 316º 0.28% 0.58% -
HSV(B) 316º 0.34% 0.7% -
XYZ 31.36 25.03 37.36 -
YUV 140.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 178 118 162 0 0.34 0.09 0.30 316 0.28 0.58
Hex B2 76 A2 0 22 9 1E 13C 1C 3A
Octal 262 166 242 0 42 11 36 474 34 72
Binary 10110010 1110110 10100010 0 100010 1001 11110 100111100 11100 111010

Color Harmonies of #B276A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276A2

Black with #B276A2

Text Example


Text Example

White with #B276A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276A2; }

 p { color: rgb(178,118,162); }

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

background-color css

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

 a { background-color: rgb(178,118,162); }

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

border-color css

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

 span { border-color: rgb(178,118,162); }

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