Html Css Color HEX #B27C9C Bouquet

📋 copy color: '#B27C9C'

red 178 ◦ green 124 ◦ blue 156

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

Shades of Bouquet #B27C9C

Tints of Bouquet #B27C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 38.86%
G = 27.07%
B = 34.06%

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

#B27C9C (or 0xB27C9C) is known color: Bouquet. HEX triplet: B2, 7C and 9C. RGB value is (178,124,156). Sum of RGB (Red+Green+Blue) = 178+124+156=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C9C is #4D8363. Grayscale: #8F8F8F. Windows color (decimal): -5079908 or 10255538. OLE color: 10255538.

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

Color convert

RGB 178 124 156 -
CMYK 0 0.30 0.12 0.30
HSL 324.44º 0.26% 0.59% -
HSV(B) 324.44º 0.3% 0.7% -
XYZ 31.57 26.28 34.86 -
YUV 143.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 178 124 156 0 0.30 0.12 0.30 324.44 0.26 0.59
Hex B2 7C 9C 0 1E C 1E 144 1A 3B
Octal 262 174 234 0 36 14 36 504 32 73
Binary 10110010 1111100 10011100 0 11110 1100 11110 101000100 11010 111011

Color Harmonies of #B27C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C9C

Black with #B27C9C

Text Example


Text Example

White with #B27C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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