Html Css Color HEX #B59CFE Perfume

📋 copy color: '#B59CFE'

red 181 ◦ green 156 ◦ blue 254

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

Shades of Perfume #B59CFE

Tints of Perfume #B59CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.4%

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

R = 30.63%
G = 26.4%
B = 42.98%

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

#B59CFE (or 0xB59CFE) is known color: Perfume. HEX triplet: B5, 9C and FE. RGB value is (181,156,254). Sum of RGB (Red+Green+Blue) = 181+156+254=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B59CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CFE is #4A6301. Grayscale: #AEAEAE. Windows color (decimal): -4875010 or 16686261. OLE color: 16686261.

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

Color convert

RGB 181 156 254 -
CMYK 0.29 0.39 0 0.00
HSL 255.31º 0.98% 0.8% -
HSV(B) 255.31º 0.39% 1% -
XYZ 48.83 40.76 99.06 -
YUV 174.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 181 156 254 0.29 0.39 0 0.00 255.31 0.98 0.8
Hex B5 9C FE 1D 27 0 0 FF 62 50
Octal 265 234 376 35 47 0 0 377 142 120
Binary 10110101 10011100 11111110 11101 100111 0 0 11111111 1100010 1010000

Color Harmonies of #B59CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CFE

Black with #B59CFE

Text Example


Text Example

White with #B59CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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