Html Css Color HEX #BE93FE Perfume

📋 copy color: '#BE93FE'

red 190 ◦ green 147 ◦ blue 254

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

Shades of Perfume #BE93FE

Tints of Perfume #BE93FE

RGB

 RED value IS 190 (74.61% from 255) = 32.15%

 GREEN value IS 147 (57.81% from 255) = 24.87%

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

R = 32.15%
G = 24.87%
B = 42.98%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE93FE (or 0xBE93FE) is known color: Perfume. HEX triplet: BE, 93 and FE. RGB value is (190,147,254). Sum of RGB (Red+Green+Blue) = 190+147+254=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 147 (57.81% from 255 or 24.87% 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 #BE93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93FE is #416C01. Grayscale: #ABABAB. Windows color (decimal): -4287490 or 16683966. OLE color: 16683966.

HSL color Cylindrical-coordinate representation of color #BE93FE: hue angle of 264.11º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE93FE is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 147 254 -
CMYK 0.25 0.42 0 0.00
HSL 264.11º 0.98% 0.79% -
HSV(B) 264.11º 0.42% 1% -
XYZ 49.56 38.97 98.68 -
YUV 172.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 190 147 254 0.25 0.42 0 0.00 264.11 0.98 0.79
Hex BE 93 FE 19 2A 0 0 108 62 4F
Octal 276 223 376 31 52 0 0 410 142 117
Binary 10111110 10010011 11111110 11001 101010 0 0 100001000 1100010 1001111

Color Harmonies of #BE93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93FE

Black with #BE93FE

Text Example


Text Example

White with #BE93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93FE; }

 p { color: rgb(190,147,254); }

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

background-color css

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

 a { background-color: rgb(190,147,254); }

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

border-color css

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

 span { border-color: rgb(190,147,254); }

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