Html Css Color HEX #B49BFD Perfume

📋 copy color: '#B49BFD'

red 180 ◦ green 155 ◦ blue 253

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

Shades of Perfume #B49BFD

Tints of Perfume #B49BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.03%

R = 30.61%
G = 26.36%
B = 43.03%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B49BFD (or 0xB49BFD) is known color: Perfume. HEX triplet: B4, 9B and FD. RGB value is (180,155,253). Sum of RGB (Red+Green+Blue) = 180+155+253=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #B49BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BFD is #4B6402. Grayscale: #ADADAD. Windows color (decimal): -4940803 or 16620468. OLE color: 16620468.

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

Color convert

RGB 180 155 253 -
CMYK 0.29 0.39 0 0.01
HSL 255.31º 0.96% 0.8% -
HSV(B) 255.31º 0.39% 0.99% -
XYZ 48.27 40.24 98.15 -
YUV 173.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 180 155 253 0.29 0.39 0 0.01 255.31 0.96 0.8
Hex B4 9B FD 1D 27 0 1 FF 60 50
Octal 264 233 375 35 47 0 1 377 140 120
Binary 10110100 10011011 11111101 11101 100111 0 1 11111111 1100000 1010000

Color Harmonies of #B49BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BFD

Black with #B49BFD

Text Example


Text Example

White with #B49BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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