Html Css Color HEX #B27DA1 Bouquet

📋 copy color: '#B27DA1'

red 178 ◦ green 125 ◦ blue 161

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

Shades of Bouquet #B27DA1

Tints of Bouquet #B27DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.94%

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 38.36%
G = 26.94%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B27DA1 (or 0xB27DA1) is known color: Bouquet. HEX triplet: B2, 7D and A1. RGB value is (178,125,161). Sum of RGB (Red+Green+Blue) = 178+125+161=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B27DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27DA1 is #4D825E. Grayscale: #909090. Windows color (decimal): -5079647 or 10583474. OLE color: 10583474.

HSL color Cylindrical-coordinate representation of color #B27DA1: hue angle of 319.25º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27DA1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 125 161 -
CMYK 0 0.30 0.10 0.30
HSL 319.25º 0.26% 0.59% -
HSV(B) 319.25º 0.3% 0.7% -
XYZ 32.13 26.71 37.18 -
YUV 144.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 178 125 161 0 0.30 0.10 0.30 319.25 0.26 0.59
Hex B2 7D A1 0 1E A 1E 13F 1A 3B
Octal 262 175 241 0 36 12 36 477 32 73
Binary 10110010 1111101 10100001 0 11110 1010 11110 100111111 11010 111011

Color Harmonies of #B27DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27DA1

Black with #B27DA1

Text Example


Text Example

White with #B27DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27DA1; }

 p { color: rgb(178,125,161); }

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

background-color css

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

 a { background-color: rgb(178,125,161); }

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

border-color css

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

 span { border-color: rgb(178,125,161); }

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