Html Css Color HEX #B66FA2 Bouquet

📋 copy color: '#B66FA2'

red 182 ◦ green 111 ◦ blue 162

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

Shades of Bouquet #B66FA2

Tints of Bouquet #B66FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.4%

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 40%
G = 24.4%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B66FA2 (or 0xB66FA2) is known color: Bouquet. HEX triplet: B6, 6F and A2. RGB value is (182,111,162). Sum of RGB (Red+Green+Blue) = 182+111+162=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FA2 is #49905D. Grayscale: #898989. Windows color (decimal): -4821086 or 10645430. OLE color: 10645430.

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

Color convert

RGB 182 111 162 -
CMYK 0 0.39 0.11 0.29
HSL 316.9º 0.33% 0.57% -
HSV(B) 316.9º 0.39% 0.71% -
XYZ 31.5 23.92 37.14 -
YUV 138.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 182 111 162 0 0.39 0.11 0.29 316.9 0.33 0.57
Hex B6 6F A2 0 27 B 1D 13D 21 39
Octal 266 157 242 0 47 13 35 475 41 71
Binary 10110110 1101111 10100010 0 100111 1011 11101 100111101 100001 111001

Color Harmonies of #B66FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66FA2

Black with #B66FA2

Text Example


Text Example

White with #B66FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66FA2; }

 p { color: rgb(182,111,162); }

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

background-color css

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

 a { background-color: rgb(182,111,162); }

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

border-color css

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

 span { border-color: rgb(182,111,162); }

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