Html Css Color HEX #B27C9D Bouquet

📋 copy color: '#B27C9D'

red 178 ◦ green 124 ◦ blue 157

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

Shades of Bouquet #B27C9D

Tints of Bouquet #B27C9D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 157 (61.72% from 255) = 34.2%

R = 38.78%
G = 27.02%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B27C9D (or 0xB27C9D) is known color: Bouquet. HEX triplet: B2, 7C and 9D. RGB value is (178,124,157). Sum of RGB (Red+Green+Blue) = 178+124+157=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C9D is #4D8362. Grayscale: #8F8F8F. Windows color (decimal): -5079907 or 10321074. OLE color: 10321074.

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

Color convert

RGB 178 124 157 -
CMYK 0 0.30 0.12 0.30
HSL 323.33º 0.26% 0.59% -
HSV(B) 323.33º 0.3% 0.7% -
XYZ 31.65 26.31 35.31 -
YUV 143.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 178 124 157 0 0.30 0.12 0.30 323.33 0.26 0.59
Hex B2 7C 9D 0 1E C 1E 143 1A 3B
Octal 262 174 235 0 36 14 36 503 32 73
Binary 10110010 1111100 10011101 0 11110 1100 11110 101000011 11010 111011

Color Harmonies of #B27C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C9D

Black with #B27C9D

Text Example


Text Example

White with #B27C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C9D; }

 p { color: rgb(178,124,157); }

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

background-color css

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

 a { background-color: rgb(178,124,157); }

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

border-color css

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

 span { border-color: rgb(178,124,157); }

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