Html Css Color HEX #BE7DDD Wisteria

📋 copy color: '#BE7DDD'

red 190 ◦ green 125 ◦ blue 221

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

Shades of Wisteria #BE7DDD

Tints of Wisteria #BE7DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 35.45%
G = 23.32%
B = 41.23%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE7DDD (or 0xBE7DDD) is known color: Wisteria. HEX triplet: BE, 7D and DD. RGB value is (190,125,221). Sum of RGB (Red+Green+Blue) = 190+125+221=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DDD is #418222. Grayscale: #9B9B9B. Windows color (decimal): -4293155 or 14515646. OLE color: 14515646.

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

Color convert

RGB 190 125 221 -
CMYK 0.14 0.43 0 0.13
HSL 280.63º 0.59% 0.68% -
HSV(B) 280.63º 0.43% 0.87% -
XYZ 41.62 30.83 72.16 -
YUV 155.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 190 125 221 0.14 0.43 0 0.13 280.63 0.59 0.68
Hex BE 7D DD E 2B 0 D 119 3B 44
Octal 276 175 335 16 53 0 15 431 73 104
Binary 10111110 1111101 11011101 1110 101011 0 1101 100011001 111011 1000100

Color Harmonies of #BE7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DDD

Black with #BE7DDD

Text Example


Text Example

White with #BE7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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