Html Css Color HEX #B27BA5 Bouquet

📋 copy color: '#B27BA5'

red 178 ◦ green 123 ◦ blue 165

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

Shades of Bouquet #B27BA5

Tints of Bouquet #B27BA5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

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

R = 38.2%
G = 26.39%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B27BA5 (or 0xB27BA5) is known color: Bouquet. HEX triplet: B2, 7B and A5. RGB value is (178,123,165). Sum of RGB (Red+Green+Blue) = 178+123+165=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BA5 is #4D845A. Grayscale: #909090. Windows color (decimal): -5080155 or 10845106. OLE color: 10845106.

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

Color convert

RGB 178 123 165 -
CMYK 0 0.31 0.07 0.30
HSL 314.18º 0.26% 0.59% -
HSV(B) 314.18º 0.31% 0.7% -
XYZ 32.23 26.35 38.98 -
YUV 144.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 178 123 165 0 0.31 0.07 0.30 314.18 0.26 0.59
Hex B2 7B A5 0 1F 7 1E 13A 1A 3B
Octal 262 173 245 0 37 7 36 472 32 73
Binary 10110010 1111011 10100101 0 11111 111 11110 100111010 11010 111011

Color Harmonies of #B27BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27BA5

Black with #B27BA5

Text Example


Text Example

White with #B27BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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