Html Css Color HEX #B49AFF Perfume

📋 copy color: '#B49AFF'

red 180 ◦ green 154 ◦ blue 255

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

Shades of Perfume #B49AFF

Tints of Perfume #B49AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.15%

 BLUE value IS 255 (100% from 255) = 43.29%

R = 30.56%
G = 26.15%
B = 43.29%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B49AFF (or 0xB49AFF) is known color: Perfume. HEX triplet: B4, 9A and FF. RGB value is (180,154,255). Sum of RGB (Red+Green+Blue) = 180+154+255=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #B49AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49AFF is #4B6500. Grayscale: #ACACAC. Windows color (decimal): -4941057 or 16751284. OLE color: 16751284.

HSL color Cylindrical-coordinate representation of color #B49AFF: hue angle of 255.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B49AFF is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 154 255 -
CMYK 0.29 0.40 0 0
HSL 255.45º 1% 0.8% -
HSV(B) 255.45º 0.4% 1% -
XYZ 48.43 40.03 99.78 -
YUV 173.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 180 154 255 0.29 0.40 0 0 255.45 1 0.8
Hex B4 9A FF 1D 28 0 0 FF 64 50
Octal 264 232 377 35 50 0 0 377 144 120
Binary 10110100 10011010 11111111 11101 101000 0 0 11111111 1100100 1010000

Color Harmonies of #B49AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49AFF

Black with #B49AFF

Text Example


Text Example

White with #B49AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49AFF; }

 p { color: rgb(180,154,255); }

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

background-color css

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

 a { background-color: rgb(180,154,255); }

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

border-color css

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

 span { border-color: rgb(180,154,255); }

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