Html Css Color HEX #BE7DDA Wisteria

📋 copy color: '#BE7DDA'

red 190 ◦ green 125 ◦ blue 218

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

Shades of Wisteria #BE7DDA

Tints of Wisteria #BE7DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 35.65%
G = 23.45%
B = 40.9%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE7DDA (or 0xBE7DDA) is known color: Wisteria. HEX triplet: BE, 7D and DA. RGB value is (190,125,218). Sum of RGB (Red+Green+Blue) = 190+125+218=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DDA is #418225. Grayscale: #9A9A9A. Windows color (decimal): -4293158 or 14319038. OLE color: 14319038.

HSL color Cylindrical-coordinate representation of color #BE7DDA: hue angle of 281.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7DDA is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 125 218 -
CMYK 0.13 0.43 0 0.15
HSL 281.94º 0.56% 0.67% -
HSV(B) 281.94º 0.43% 0.85% -
XYZ 41.22 30.68 70.08 -
YUV 155.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 190 125 218 0.13 0.43 0 0.15 281.94 0.56 0.67
Hex BE 7D DA D 2B 0 F 11A 38 43
Octal 276 175 332 15 53 0 17 432 70 103
Binary 10111110 1111101 11011010 1101 101011 0 1111 100011010 111000 1000011

Color Harmonies of #BE7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DDA

Black with #BE7DDA

Text Example


Text Example

White with #BE7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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