Html Css Color HEX #B6A0F1 Perfume

📋 copy color: '#B6A0F1'

red 182 ◦ green 160 ◦ blue 241

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

Shades of Perfume #B6A0F1

Tints of Perfume #B6A0F1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.44%

 BLUE value IS 241 (94.53% from 255) = 41.34%

R = 31.22%
G = 27.44%
B = 41.34%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B6A0F1 (or 0xB6A0F1) is known color: Perfume. HEX triplet: B6, A0 and F1. RGB value is (182,160,241). Sum of RGB (Red+Green+Blue) = 182+160+241=583 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.22% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6A0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0F1 is #495F0E. Grayscale: #AFAFAF. Windows color (decimal): -4808463 or 15835318. OLE color: 15835318.

HSL color Cylindrical-coordinate representation of color #B6A0F1: hue angle of 256.3º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A0F1 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 160 241 -
CMYK 0.24 0.34 0 0.05
HSL 256.3º 0.74% 0.79% -
HSV(B) 256.3º 0.34% 0.95% -
XYZ 47.74 41.44 88.7 -
YUV 175.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 182 160 241 0.24 0.34 0 0.05 256.3 0.74 0.79
Hex B6 A0 F1 18 22 0 5 100 4A 4F
Octal 266 240 361 30 42 0 5 400 112 117
Binary 10110110 10100000 11110001 11000 100010 0 101 100000000 1001010 1001111

Color Harmonies of #B6A0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A0F1

Black with #B6A0F1

Text Example


Text Example

White with #B6A0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A0F1; }

 p { color: rgb(182,160,241); }

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

background-color css

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

 a { background-color: rgb(182,160,241); }

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

border-color css

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

 span { border-color: rgb(182,160,241); }

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