Html Css Color HEX #B59BFF Perfume

📋 copy color: '#B59BFF'

red 181 ◦ green 155 ◦ blue 255

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

Shades of Perfume #B59BFF

Tints of Perfume #B59BFF

RGB

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

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

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

R = 30.63%
G = 26.23%
B = 43.15%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B59BFF (or 0xB59BFF) is known color: Perfume. HEX triplet: B5, 9B and FF. RGB value is (181,155,255). Sum of RGB (Red+Green+Blue) = 181+155+255=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #B59BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BFF is #4A6400. Grayscale: #ADADAD. Windows color (decimal): -4875265 or 16751541. OLE color: 16751541.

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

Color convert

RGB 181 155 255 -
CMYK 0.29 0.39 0 0
HSL 255.6º 1% 0.8% -
HSV(B) 255.6º 0.39% 1% -
XYZ 48.83 40.49 99.85 -
YUV 174.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 181 155 255 0.29 0.39 0 0 255.6 1 0.8
Hex B5 9B FF 1D 27 0 0 100 64 50
Octal 265 233 377 35 47 0 0 400 144 120
Binary 10110101 10011011 11111111 11101 100111 0 0 100000000 1100100 1010000

Color Harmonies of #B59BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BFF

Black with #B59BFF

Text Example


Text Example

White with #B59BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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