Html Css Color HEX #B59BFE Perfume

📋 copy color: '#B59BFE'

red 181 ◦ green 155 ◦ blue 254

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

Shades of Perfume #B59BFE

Tints of Perfume #B59BFE

RGB

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

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

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

R = 30.68%
G = 26.27%
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

#B59BFE (or 0xB59BFE) is known color: Perfume. HEX triplet: B5, 9B and FE. RGB value is (181,155,254). Sum of RGB (Red+Green+Blue) = 181+155+254=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 155 (60.94% from 255 or 26.27% 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 #B59BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BFE is #4A6401. Grayscale: #ADADAD. Windows color (decimal): -4875266 or 16686005. OLE color: 16686005.

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

Color convert

RGB 181 155 254 -
CMYK 0.29 0.39 0 0.00
HSL 255.76º 0.98% 0.8% -
HSV(B) 255.76º 0.39% 1% -
XYZ 48.67 40.42 99 -
YUV 174.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 181 155 254 0.29 0.39 0 0.00 255.76 0.98 0.8
Hex B5 9B FE 1D 27 0 0 100 62 50
Octal 265 233 376 35 47 0 0 400 142 120
Binary 10110101 10011011 11111110 11101 100111 0 0 100000000 1100010 1010000

Color Harmonies of #B59BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BFE

Black with #B59BFE

Text Example


Text Example

White with #B59BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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