Html Css Color HEX #B49BFF Perfume

📋 copy color: '#B49BFF'

red 180 ◦ green 155 ◦ blue 255

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

Shades of Perfume #B49BFF

Tints of Perfume #B49BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.27%

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

R = 30.51%
G = 26.27%
B = 43.22%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B49BFF (or 0xB49BFF) is known color: Perfume. HEX triplet: B4, 9B and FF. RGB value is (180,155,255). Sum of RGB (Red+Green+Blue) = 180+155+255=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #B49BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BFF is #4B6400. Grayscale: #ADADAD. Windows color (decimal): -4940801 or 16751540. OLE color: 16751540.

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

Color convert

RGB 180 155 255 -
CMYK 0.29 0.39 0 0
HSL 255º 1% 0.8% -
HSV(B) 255º 0.39% 1% -
XYZ 48.59 40.37 99.84 -
YUV 173.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 180 155 255 0.29 0.39 0 0 255 1 0.8
Hex B4 9B FF 1D 27 0 0 FF 64 50
Octal 264 233 377 35 47 0 0 377 144 120
Binary 10110100 10011011 11111111 11101 100111 0 0 11111111 1100100 1010000

Color Harmonies of #B49BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BFF

Black with #B49BFF

Text Example


Text Example

White with #B49BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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