Html Css Color HEX #BE93ED Perfume

📋 copy color: '#BE93ED'

red 190 ◦ green 147 ◦ blue 237

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

Shades of Perfume #BE93ED

Tints of Perfume #BE93ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 33.1%
G = 25.61%
B = 41.29%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE93ED (or 0xBE93ED) is known color: Perfume. HEX triplet: BE, 93 and ED. RGB value is (190,147,237). Sum of RGB (Red+Green+Blue) = 190+147+237=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE93ED is #416C12. Grayscale: #A9A9A9. Windows color (decimal): -4287507 or 15569854. OLE color: 15569854.

HSL color Cylindrical-coordinate representation of color #BE93ED: hue angle of 268.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE93ED is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 147 237 -
CMYK 0.20 0.38 0 0.07
HSL 268.67º 0.71% 0.75% -
HSV(B) 268.67º 0.38% 0.93% -
XYZ 46.95 37.93 84.97 -
YUV 170.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 190 147 237 0.20 0.38 0 0.07 268.67 0.71 0.75
Hex BE 93 ED 14 26 0 7 10D 47 4B
Octal 276 223 355 24 46 0 7 415 107 113
Binary 10111110 10010011 11101101 10100 100110 0 111 100001101 1000111 1001011

Color Harmonies of #BE93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE93ED

Black with #BE93ED

Text Example


Text Example

White with #BE93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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