Html Css Color HEX #BE7DE7 Wisteria

📋 copy color: '#BE7DE7'

red 190 ◦ green 125 ◦ blue 231

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

Shades of Wisteria #BE7DE7

Tints of Wisteria #BE7DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 34.8%
G = 22.89%
B = 42.31%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE7DE7 (or 0xBE7DE7) is known color: Wisteria. HEX triplet: BE, 7D and E7. RGB value is (190,125,231). Sum of RGB (Red+Green+Blue) = 190+125+231=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE7DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DE7 is #418218. Grayscale: #9C9C9C. Windows color (decimal): -4293145 or 15171006. OLE color: 15171006.

HSL color Cylindrical-coordinate representation of color #BE7DE7: hue angle of 276.79º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7DE7 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 125 231 -
CMYK 0.18 0.46 0 0.09
HSL 276.79º 0.69% 0.7% -
HSV(B) 276.79º 0.46% 0.91% -
XYZ 42.99 31.38 79.39 -
YUV 156.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 190 125 231 0.18 0.46 0 0.09 276.79 0.69 0.7
Hex BE 7D E7 12 2E 0 9 115 45 46
Octal 276 175 347 22 56 0 11 425 105 106
Binary 10111110 1111101 11100111 10010 101110 0 1001 100010101 1000101 1000110

Color Harmonies of #BE7DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DE7

Black with #BE7DE7

Text Example


Text Example

White with #BE7DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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