Html Css Color HEX #BE93FF Perfume

📋 copy color: '#BE93FF'

red 190 ◦ green 147 ◦ blue 255

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

Shades of Perfume #BE93FF

Tints of Perfume #BE93FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.07%

R = 32.09%
G = 24.83%
B = 43.07%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE93FF (or 0xBE93FF) is known color: Perfume. HEX triplet: BE, 93 and FF. RGB value is (190,147,255). Sum of RGB (Red+Green+Blue) = 190+147+255=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93FF is #416C00. Grayscale: #ABABAB. Windows color (decimal): -4287489 or 16749502. OLE color: 16749502.

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

Color convert

RGB 190 147 255 -
CMYK 0.25 0.42 0 0
HSL 263.89º 1% 0.79% -
HSV(B) 263.89º 0.42% 1% -
XYZ 49.72 39.03 99.52 -
YUV 172.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 190 147 255 0.25 0.42 0 0 263.89 1 0.79
Hex BE 93 FF 19 2A 0 0 108 64 4F
Octal 276 223 377 31 52 0 0 410 144 117
Binary 10111110 10010011 11111111 11001 101010 0 0 100001000 1100100 1001111

Color Harmonies of #BE93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93FF

Black with #BE93FF

Text Example


Text Example

White with #BE93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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