Html Css Color HEX #B467A0 Bouquet

📋 copy color: '#B467A0'

red 180 ◦ green 103 ◦ blue 160

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

Shades of Bouquet #B467A0

Tints of Bouquet #B467A0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.25%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 40.63%
G = 23.25%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B467A0 (or 0xB467A0) is known color: Bouquet. HEX triplet: B4, 67 and A0. RGB value is (180,103,160). Sum of RGB (Red+Green+Blue) = 180+103+160=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A0 is #4B985F. Grayscale: #848484. Windows color (decimal): -4954208 or 10512308. OLE color: 10512308.

HSL color Cylindrical-coordinate representation of color #B467A0: hue angle of 315.58º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B467A0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 103 160 -
CMYK 0 0.43 0.11 0.29
HSL 315.58º 0.34% 0.55% -
HSV(B) 315.58º 0.43% 0.71% -
XYZ 30.02 21.94 35.91 -
YUV 132.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 180 103 160 0 0.43 0.11 0.29 315.58 0.34 0.55
Hex B4 67 A0 0 2B B 1D 13C 22 37
Octal 264 147 240 0 53 13 35 474 42 67
Binary 10110100 1100111 10100000 0 101011 1011 11101 100111100 100010 110111

Color Harmonies of #B467A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B467A0

Black with #B467A0

Text Example


Text Example

White with #B467A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B467A0; }

 p { color: rgb(180,103,160); }

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

background-color css

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

 a { background-color: rgb(180,103,160); }

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

border-color css

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

 span { border-color: rgb(180,103,160); }

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