Html Css Color HEX #B276A7 Bouquet

📋 copy color: '#B276A7'

red 178 ◦ green 118 ◦ blue 167

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

Shades of Bouquet #B276A7

Tints of Bouquet #B276A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.07%

R = 38.44%
G = 25.49%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B276A7 (or 0xB276A7) is known color: Bouquet. HEX triplet: B2, 76 and A7. RGB value is (178,118,167). Sum of RGB (Red+Green+Blue) = 178+118+167=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B276A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276A7 is #4D8958. Grayscale: #8D8D8D. Windows color (decimal): -5081433 or 10974898. OLE color: 10974898.

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

Color convert

RGB 178 118 167 -
CMYK 0 0.34 0.06 0.30
HSL 311º 0.28% 0.58% -
HSV(B) 311º 0.34% 0.7% -
XYZ 31.81 25.21 39.75 -
YUV 141.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 178 118 167 0 0.34 0.06 0.30 311 0.28 0.58
Hex B2 76 A7 0 22 6 1E 137 1C 3A
Octal 262 166 247 0 42 6 36 467 34 72
Binary 10110010 1110110 10100111 0 100010 110 11110 100110111 11100 111010

Color Harmonies of #B276A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B276A7

Black with #B276A7

Text Example


Text Example

White with #B276A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B276A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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