Html Css Color HEX #B59BF9 Perfume

📋 copy color: '#B59BF9'

red 181 ◦ green 155 ◦ blue 249

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

Shades of Perfume #B59BF9

Tints of Perfume #B59BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.56%

R = 30.94%
G = 26.5%
B = 42.56%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B59BF9 (or 0xB59BF9) is known color: Perfume. HEX triplet: B5, 9B and F9. RGB value is (181,155,249). Sum of RGB (Red+Green+Blue) = 181+155+249=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #B59BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BF9 is #4A6406. Grayscale: #ADADAD. Windows color (decimal): -4875271 or 16358325. OLE color: 16358325.

HSL color Cylindrical-coordinate representation of color #B59BF9: hue angle of 256.6º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B59BF9 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 155 249 -
CMYK 0.27 0.38 0 0.02
HSL 256.6º 0.89% 0.79% -
HSV(B) 256.6º 0.38% 0.98% -
XYZ 47.88 40.11 94.84 -
YUV 173.49 170.61 133.36 -
System Red Green Blue C M Y K H S L
Decimal 181 155 249 0.27 0.38 0 0.02 256.6 0.89 0.79
Hex B5 9B F9 1B 26 0 2 101 59 4F
Octal 265 233 371 33 46 0 2 401 131 117
Binary 10110101 10011011 11111001 11011 100110 0 10 100000001 1011001 1001111

Color Harmonies of #B59BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BF9

Black with #B59BF9

Text Example


Text Example

White with #B59BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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