Html Css Color HEX #B668A1 Bouquet

📋 copy color: '#B668A1'

red 182 ◦ green 104 ◦ blue 161

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

Shades of Bouquet #B668A1

Tints of Bouquet #B668A1

RGB

 RED value IS 182 (71.48% from 255) = 40.72%

 GREEN value IS 104 (41.02% from 255) = 23.27%

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 40.72%
G = 23.27%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B668A1 (or 0xB668A1) is known color: Bouquet. HEX triplet: B6, 68 and A1. RGB value is (182,104,161). Sum of RGB (Red+Green+Blue) = 182+104+161=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B668A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B668A1 is #49975E. Grayscale: #858585. Windows color (decimal): -4822879 or 10578102. OLE color: 10578102.

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

Color convert

RGB 182 104 161 -
CMYK 0 0.43 0.12 0.29
HSL 316.15º 0.35% 0.56% -
HSV(B) 316.15º 0.43% 0.71% -
XYZ 30.67 22.42 36.43 -
YUV 133.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 182 104 161 0 0.43 0.12 0.29 316.15 0.35 0.56
Hex B6 68 A1 0 2B C 1D 13C 23 38
Octal 266 150 241 0 53 14 35 474 43 70
Binary 10110110 1101000 10100001 0 101011 1100 11101 100111100 100011 111000

Color Harmonies of #B668A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668A1

Black with #B668A1

Text Example


Text Example

White with #B668A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668A1; }

 p { color: rgb(182,104,161); }

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

background-color css

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

 a { background-color: rgb(182,104,161); }

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

border-color css

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

 span { border-color: rgb(182,104,161); }

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