Html Css Color HEX #B59DFF Perfume

📋 copy color: '#B59DFF'

red 181 ◦ green 157 ◦ blue 255

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

Shades of Perfume #B59DFF

Tints of Perfume #B59DFF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

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

R = 30.52%
G = 26.48%
B = 43%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B59DFF (or 0xB59DFF) is known color: Perfume. HEX triplet: B5, 9D and FF. RGB value is (181,157,255). Sum of RGB (Red+Green+Blue) = 181+157+255=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DFF is #4A6200. Grayscale: #AEAEAE. Windows color (decimal): -4874753 or 16752053. OLE color: 16752053.

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

Color convert

RGB 181 157 255 -
CMYK 0.29 0.38 0 0
HSL 254.69º 1% 0.81% -
HSV(B) 254.69º 0.38% 1% -
XYZ 49.16 41.16 99.96 -
YUV 175.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 181 157 255 0.29 0.38 0 0 254.69 1 0.81
Hex B5 9D FF 1D 26 0 0 FF 64 51
Octal 265 235 377 35 46 0 0 377 144 121
Binary 10110101 10011101 11111111 11101 100110 0 0 11111111 1100100 1010001

Color Harmonies of #B59DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DFF

Black with #B59DFF

Text Example


Text Example

White with #B59DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DFF; }

 p { color: rgb(181,157,255); }

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

background-color css

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

 a { background-color: rgb(181,157,255); }

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

border-color css

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

 span { border-color: rgb(181,157,255); }

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