Html Css Color HEX #BE95E5 Perfume

📋 copy color: '#BE95E5'

red 190 ◦ green 149 ◦ blue 229

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

Shades of Perfume #BE95E5

Tints of Perfume #BE95E5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.23%

 BLUE value IS 229 (89.84% from 255) = 40.32%

R = 33.45%
G = 26.23%
B = 40.32%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE95E5 (or 0xBE95E5) is known color: Perfume. HEX triplet: BE, 95 and E5. RGB value is (190,149,229). Sum of RGB (Red+Green+Blue) = 190+149+229=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE95E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95E5 is #416A1A. Grayscale: #AAAAAA. Windows color (decimal): -4287003 or 15046078. OLE color: 15046078.

HSL color Cylindrical-coordinate representation of color #BE95E5: hue angle of 270.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE95E5 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 149 229 -
CMYK 0.17 0.35 0 0.10
HSL 270.75º 0.61% 0.74% -
HSV(B) 270.75º 0.35% 0.9% -
XYZ 46.13 38.1 79.05 -
YUV 170.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 190 149 229 0.17 0.35 0 0.10 270.75 0.61 0.74
Hex BE 95 E5 11 23 0 A 10F 3D 4A
Octal 276 225 345 21 43 0 12 417 75 112
Binary 10111110 10010101 11100101 10001 100011 0 1010 100001111 111101 1001010

Color Harmonies of #BE95E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE95E5

Black with #BE95E5

Text Example


Text Example

White with #BE95E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE95E5; }

 p { color: rgb(190,149,229); }

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

background-color css

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

 a { background-color: rgb(190,149,229); }

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

border-color css

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

 span { border-color: rgb(190,149,229); }

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