Html Css Color HEX #B6A1EF Perfume

📋 copy color: '#B6A1EF'

red 182 ◦ green 161 ◦ blue 239

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

Shades of Perfume #B6A1EF

Tints of Perfume #B6A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.66%

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 31.27%
G = 27.66%
B = 41.07%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B6A1EF (or 0xB6A1EF) is known color: Perfume. HEX triplet: B6, A1 and EF. RGB value is (182,161,239). Sum of RGB (Red+Green+Blue) = 182+161+239=582 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.27% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A1EF is #495E10. Grayscale: #AFAFAF. Windows color (decimal): -4808209 or 15704502. OLE color: 15704502.

HSL color Cylindrical-coordinate representation of color #B6A1EF: hue angle of 256.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6A1EF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 161 239 -
CMYK 0.24 0.33 0 0.06
HSL 256.15º 0.71% 0.78% -
HSV(B) 256.15º 0.33% 0.94% -
XYZ 47.62 41.67 87.19 -
YUV 176.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 182 161 239 0.24 0.33 0 0.06 256.15 0.71 0.78
Hex B6 A1 EF 18 21 0 6 100 47 4E
Octal 266 241 357 30 41 0 6 400 107 116
Binary 10110110 10100001 11101111 11000 100001 0 110 100000000 1000111 1001110

Color Harmonies of #B6A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1EF

Black with #B6A1EF

Text Example


Text Example

White with #B6A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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