Html Css Color HEX #BE7DDF Wisteria

📋 copy color: '#BE7DDF'

red 190 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #BE7DDF

Tints of Wisteria #BE7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 35.32%
G = 23.23%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE7DDF (or 0xBE7DDF) is known color: Wisteria. HEX triplet: BE, 7D and DF. RGB value is (190,125,223). Sum of RGB (Red+Green+Blue) = 190+125+223=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DDF is #418220. Grayscale: #9B9B9B. Windows color (decimal): -4293153 or 14646718. OLE color: 14646718.

HSL color Cylindrical-coordinate representation of color #BE7DDF: hue angle of 279.8º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7DDF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 125 223 -
CMYK 0.15 0.44 0 0.13
HSL 279.8º 0.6% 0.68% -
HSV(B) 279.8º 0.44% 0.87% -
XYZ 41.89 30.94 73.58 -
YUV 155.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 190 125 223 0.15 0.44 0 0.13 279.8 0.6 0.68
Hex BE 7D DF F 2C 0 D 118 3C 44
Octal 276 175 337 17 54 0 15 430 74 104
Binary 10111110 1111101 11011111 1111 101100 0 1101 100011000 111100 1000100

Color Harmonies of #BE7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DDF

Black with #BE7DDF

Text Example


Text Example

White with #BE7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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