Html Css Color HEX #B46BA4 Bouquet

📋 copy color: '#B46BA4'

red 180 ◦ green 107 ◦ blue 164

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

Shades of Bouquet #B46BA4

Tints of Bouquet #B46BA4

RGB

 RED value IS 180 (70.7% from 255) = 39.91%

 GREEN value IS 107 (42.19% from 255) = 23.73%

 BLUE value IS 164 (64.45% from 255) = 36.36%

R = 39.91%
G = 23.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B46BA4 (or 0xB46BA4) is known color: Bouquet. HEX triplet: B4, 6B and A4. RGB value is (180,107,164). Sum of RGB (Red+Green+Blue) = 180+107+164=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BA4 is #4B945B. Grayscale: #878787. Windows color (decimal): -4953180 or 10775476. OLE color: 10775476.

HSL color Cylindrical-coordinate representation of color #B46BA4: hue angle of 313.15º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46BA4 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 107 164 -
CMYK 0 0.41 0.09 0.29
HSL 313.15º 0.33% 0.56% -
HSV(B) 313.15º 0.41% 0.71% -
XYZ 30.78 22.9 37.92 -
YUV 135.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 180 107 164 0 0.41 0.09 0.29 313.15 0.33 0.56
Hex B4 6B A4 0 29 9 1D 139 21 38
Octal 264 153 244 0 51 11 35 471 41 70
Binary 10110100 1101011 10100100 0 101001 1001 11101 100111001 100001 111000

Color Harmonies of #B46BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BA4

Black with #B46BA4

Text Example


Text Example

White with #B46BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BA4; }

 p { color: rgb(180,107,164); }

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

background-color css

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

 a { background-color: rgb(180,107,164); }

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

border-color css

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

 span { border-color: rgb(180,107,164); }

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