Html Css Color HEX #B49CFE Perfume

📋 copy color: '#B49CFE'

red 180 ◦ green 156 ◦ blue 254

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

Shades of Perfume #B49CFE

Tints of Perfume #B49CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 30.51%
G = 26.44%
B = 43.05%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B49CFE (or 0xB49CFE) is known color: Perfume. HEX triplet: B4, 9C and FE. RGB value is (180,156,254). Sum of RGB (Red+Green+Blue) = 180+156+254=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #B49CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CFE is #4B6301. Grayscale: #ADADAD. Windows color (decimal): -4940546 or 16686260. OLE color: 16686260.

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

Color convert

RGB 180 156 254 -
CMYK 0.29 0.39 0 0.00
HSL 254.69º 0.98% 0.8% -
HSV(B) 254.69º 0.39% 1% -
XYZ 48.6 40.64 99.05 -
YUV 174.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 180 156 254 0.29 0.39 0 0.00 254.69 0.98 0.8
Hex B4 9C FE 1D 27 0 0 FF 62 50
Octal 264 234 376 35 47 0 0 377 142 120
Binary 10110100 10011100 11111110 11101 100111 0 0 11111111 1100010 1010000

Color Harmonies of #B49CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CFE

Black with #B49CFE

Text Example


Text Example

White with #B49CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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