Html Css Color HEX #BE7DE5 Wisteria

📋 copy color: '#BE7DE5'

red 190 ◦ green 125 ◦ blue 229

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

Shades of Wisteria #BE7DE5

Tints of Wisteria #BE7DE5

RGB

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

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

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

R = 34.93%
G = 22.98%
B = 42.1%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE7DE5 (or 0xBE7DE5) is known color: Wisteria. HEX triplet: BE, 7D and E5. RGB value is (190,125,229). Sum of RGB (Red+Green+Blue) = 190+125+229=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE7DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DE5 is #41821A. Grayscale: #9B9B9B. Windows color (decimal): -4293147 or 15039934. OLE color: 15039934.

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

Color convert

RGB 190 125 229 -
CMYK 0.17 0.45 0 0.10
HSL 277.5º 0.67% 0.69% -
HSV(B) 277.5º 0.45% 0.9% -
XYZ 42.71 31.27 77.91 -
YUV 156.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 190 125 229 0.17 0.45 0 0.10 277.5 0.67 0.69
Hex BE 7D E5 11 2D 0 A 116 43 45
Octal 276 175 345 21 55 0 12 426 103 105
Binary 10111110 1111101 11100101 10001 101101 0 1010 100010110 1000011 1000101

Color Harmonies of #BE7DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DE5

Black with #BE7DE5

Text Example


Text Example

White with #BE7DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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