Html Css Color HEX #BE7DE1 Wisteria

📋 copy color: '#BE7DE1'

red 190 ◦ green 125 ◦ blue 225

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

Shades of Wisteria #BE7DE1

Tints of Wisteria #BE7DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.15%

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 35.19%
G = 23.15%
B = 41.67%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE7DE1 (or 0xBE7DE1) is known color: Wisteria. HEX triplet: BE, 7D and E1. RGB value is (190,125,225). Sum of RGB (Red+Green+Blue) = 190+125+225=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE7DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DE1 is #41821E. Grayscale: #9B9B9B. Windows color (decimal): -4293151 or 14777790. OLE color: 14777790.

HSL color Cylindrical-coordinate representation of color #BE7DE1: hue angle of 279º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7DE1 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 125 225 -
CMYK 0.16 0.44 0 0.12
HSL 279º 0.63% 0.69% -
HSV(B) 279º 0.44% 0.88% -
XYZ 42.16 31.05 75.01 -
YUV 155.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 190 125 225 0.16 0.44 0 0.12 279 0.63 0.69
Hex BE 7D E1 10 2C 0 C 117 3E 45
Octal 276 175 341 20 54 0 14 427 76 105
Binary 10111110 1111101 11100001 10000 101100 0 1100 100010111 111110 1000101

Color Harmonies of #BE7DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DE1

Black with #BE7DE1

Text Example


Text Example

White with #BE7DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DE1; }

 p { color: rgb(190,125,225); }

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

background-color css

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

 a { background-color: rgb(190,125,225); }

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

border-color css

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

 span { border-color: rgb(190,125,225); }

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