Html Css Color HEX #B27D9A Bouquet

📋 copy color: '#B27D9A'

red 178 ◦ green 125 ◦ blue 154

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

Shades of Bouquet #B27D9A

Tints of Bouquet #B27D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 38.95%
G = 27.35%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B27D9A (or 0xB27D9A) is known color: Bouquet. HEX triplet: B2, 7D and 9A. RGB value is (178,125,154). Sum of RGB (Red+Green+Blue) = 178+125+154=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D9A is #4D8265. Grayscale: #909090. Windows color (decimal): -5079654 or 10124722. OLE color: 10124722.

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

Color convert

RGB 178 125 154 -
CMYK 0 0.30 0.13 0.30
HSL 327.17º 0.26% 0.59% -
HSV(B) 327.17º 0.3% 0.7% -
XYZ 31.53 26.47 34.02 -
YUV 144.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 178 125 154 0 0.30 0.13 0.30 327.17 0.26 0.59
Hex B2 7D 9A 0 1E D 1E 147 1A 3B
Octal 262 175 232 0 36 15 36 507 32 73
Binary 10110010 1111101 10011010 0 11110 1101 11110 101000111 11010 111011

Color Harmonies of #B27D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D9A

Black with #B27D9A

Text Example


Text Example

White with #B27D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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