Html Css Color HEX #B275A5 Bouquet

📋 copy color: '#B275A5'

red 178 ◦ green 117 ◦ blue 165

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

Shades of Bouquet #B275A5

Tints of Bouquet #B275A5

RGB

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

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

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

R = 38.7%
G = 25.43%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B275A5 (or 0xB275A5) is known color: Bouquet. HEX triplet: B2, 75 and A5. RGB value is (178,117,165). Sum of RGB (Red+Green+Blue) = 178+117+165=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A5 is #4D8A5A. Grayscale: #8C8C8C. Windows color (decimal): -5081691 or 10843570. OLE color: 10843570.

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

Color convert

RGB 178 117 165 -
CMYK 0 0.34 0.07 0.30
HSL 312.79º 0.28% 0.58% -
HSV(B) 312.79º 0.34% 0.7% -
XYZ 31.51 24.9 38.74 -
YUV 140.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 178 117 165 0 0.34 0.07 0.30 312.79 0.28 0.58
Hex B2 75 A5 0 22 7 1E 139 1C 3A
Octal 262 165 245 0 42 7 36 471 34 72
Binary 10110010 1110101 10100101 0 100010 111 11110 100111001 11100 111010

Color Harmonies of #B275A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275A5

Black with #B275A5

Text Example


Text Example

White with #B275A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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