Html Css Color HEX #B275A2 Bouquet

📋 copy color: '#B275A2'

red 178 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #B275A2

Tints of Bouquet #B275A2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

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

R = 38.95%
G = 25.6%
B = 35.45%

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

#B275A2 (or 0xB275A2) is known color: Bouquet. HEX triplet: B2, 75 and A2. RGB value is (178,117,162). Sum of RGB (Red+Green+Blue) = 178+117+162=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A2 is #4D8A5D. Grayscale: #8C8C8C. Windows color (decimal): -5081694 or 10646962. OLE color: 10646962.

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

Color convert

RGB 178 117 162 -
CMYK 0 0.34 0.09 0.30
HSL 315.74º 0.28% 0.58% -
HSV(B) 315.74º 0.34% 0.7% -
XYZ 31.24 24.8 37.32 -
YUV 140.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 178 117 162 0 0.34 0.09 0.30 315.74 0.28 0.58
Hex B2 75 A2 0 22 9 1E 13C 1C 3A
Octal 262 165 242 0 42 11 36 474 34 72
Binary 10110010 1110101 10100010 0 100010 1001 11110 100111100 11100 111010

Color Harmonies of #B275A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275A2

Black with #B275A2

Text Example


Text Example

White with #B275A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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