Html Css Color HEX #B59EFC Perfume

📋 copy color: '#B59EFC'

red 181 ◦ green 158 ◦ blue 252

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

Shades of Perfume #B59EFC

Tints of Perfume #B59EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.73%

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 30.63%
G = 26.73%
B = 42.64%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B59EFC (or 0xB59EFC) is known color: Perfume. HEX triplet: B5, 9E and FC. RGB value is (181,158,252). Sum of RGB (Red+Green+Blue) = 181+158+252=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #B59EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EFC is #4A6103. Grayscale: #AFAFAF. Windows color (decimal): -4874500 or 16555701. OLE color: 16555701.

HSL color Cylindrical-coordinate representation of color #B59EFC: hue angle of 254.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B59EFC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 158 252 -
CMYK 0.28 0.37 0 0.01
HSL 254.68º 0.94% 0.8% -
HSV(B) 254.68º 0.37% 0.99% -
XYZ 48.85 41.31 97.49 -
YUV 175.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 181 158 252 0.28 0.37 0 0.01 254.68 0.94 0.8
Hex B5 9E FC 1C 25 0 1 FF 5E 50
Octal 265 236 374 34 45 0 1 377 136 120
Binary 10110101 10011110 11111100 11100 100101 0 1 11111111 1011110 1010000

Color Harmonies of #B59EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EFC

Black with #B59EFC

Text Example


Text Example

White with #B59EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EFC; }

 p { color: rgb(181,158,252); }

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

background-color css

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

 a { background-color: rgb(181,158,252); }

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

border-color css

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

 span { border-color: rgb(181,158,252); }

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