Html Css Color HEX #B59AFE Perfume

📋 copy color: '#B59AFE'

red 181 ◦ green 154 ◦ blue 254

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

Shades of Perfume #B59AFE

Tints of Perfume #B59AFE

RGB

 RED value IS 181 (71.09% from 255) = 30.73%

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

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

R = 30.73%
G = 26.15%
B = 43.12%

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

#B59AFE (or 0xB59AFE) is known color: Perfume. HEX triplet: B5, 9A and FE. RGB value is (181,154,254). Sum of RGB (Red+Green+Blue) = 181+154+254=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #B59AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AFE is #4A6501. Grayscale: #ADADAD. Windows color (decimal): -4875522 or 16685749. OLE color: 16685749.

HSL color Cylindrical-coordinate representation of color #B59AFE: hue angle of 256.2º 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 #B59AFE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 154 254 -
CMYK 0.29 0.39 0 0.00
HSL 256.2º 0.98% 0.8% -
HSV(B) 256.2º 0.39% 1% -
XYZ 48.5 40.09 98.95 -
YUV 173.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 181 154 254 0.29 0.39 0 0.00 256.2 0.98 0.8
Hex B5 9A FE 1D 27 0 0 100 62 50
Octal 265 232 376 35 47 0 0 400 142 120
Binary 10110101 10011010 11111110 11101 100111 0 0 100000000 1100010 1010000

Color Harmonies of #B59AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59AFE

Black with #B59AFE

Text Example


Text Example

White with #B59AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59AFE; }

 p { color: rgb(181,154,254); }

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

background-color css

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

 a { background-color: rgb(181,154,254); }

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

border-color css

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

 span { border-color: rgb(181,154,254); }

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