Html Css Color HEX #B49CFD Perfume

📋 copy color: '#B49CFD'

red 180 ◦ green 156 ◦ blue 253

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

Shades of Perfume #B49CFD

Tints of Perfume #B49CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.49%

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

R = 30.56%
G = 26.49%
B = 42.95%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B49CFD (or 0xB49CFD) is known color: Perfume. HEX triplet: B4, 9C and FD. RGB value is (180,156,253). Sum of RGB (Red+Green+Blue) = 180+156+253=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #B49CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CFD is #4B6302. Grayscale: #ADADAD. Windows color (decimal): -4940547 or 16620724. OLE color: 16620724.

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

Color convert

RGB 180 156 253 -
CMYK 0.29 0.38 0 0.01
HSL 254.85º 0.96% 0.8% -
HSV(B) 254.85º 0.38% 0.99% -
XYZ 48.44 40.57 98.21 -
YUV 174.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 180 156 253 0.29 0.38 0 0.01 254.85 0.96 0.8
Hex B4 9C FD 1D 26 0 1 FF 60 50
Octal 264 234 375 35 46 0 1 377 140 120
Binary 10110100 10011100 11111101 11101 100110 0 1 11111111 1100000 1010000

Color Harmonies of #B49CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CFD

Black with #B49CFD

Text Example


Text Example

White with #B49CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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