Html Css Color HEX #B27B9B Bouquet

📋 copy color: '#B27B9B'

red 178 ◦ green 123 ◦ blue 155

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

Shades of Bouquet #B27B9B

Tints of Bouquet #B27B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.99%

R = 39.04%
G = 26.97%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B27B9B (or 0xB27B9B) is known color: Bouquet. HEX triplet: B2, 7B and 9B. RGB value is (178,123,155). Sum of RGB (Red+Green+Blue) = 178+123+155=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B9B is #4D8464. Grayscale: #8F8F8F. Windows color (decimal): -5080165 or 10189746. OLE color: 10189746.

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

Color convert

RGB 178 123 155 -
CMYK 0 0.31 0.13 0.30
HSL 325.09º 0.26% 0.59% -
HSV(B) 325.09º 0.31% 0.7% -
XYZ 31.36 26 34.38 -
YUV 143.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 178 123 155 0 0.31 0.13 0.30 325.09 0.26 0.59
Hex B2 7B 9B 0 1F D 1E 145 1A 3B
Octal 262 173 233 0 37 15 36 505 32 73
Binary 10110010 1111011 10011011 0 11111 1101 11110 101000101 11010 111011

Color Harmonies of #B27B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27B9B

Black with #B27B9B

Text Example


Text Example

White with #B27B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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