Html Css Color HEX #BE7DDE Wisteria

📋 copy color: '#BE7DDE'

red 190 ◦ green 125 ◦ blue 222

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

Shades of Wisteria #BE7DDE

Tints of Wisteria #BE7DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 35.38%
G = 23.28%
B = 41.34%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE7DDE (or 0xBE7DDE) is known color: Wisteria. HEX triplet: BE, 7D and DE. RGB value is (190,125,222). Sum of RGB (Red+Green+Blue) = 190+125+222=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DDE is #418221. Grayscale: #9B9B9B. Windows color (decimal): -4293154 or 14581182. OLE color: 14581182.

HSL color Cylindrical-coordinate representation of color #BE7DDE: hue angle of 280.21º 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 #BE7DDE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 125 222 -
CMYK 0.14 0.44 0 0.13
HSL 280.21º 0.6% 0.68% -
HSV(B) 280.21º 0.44% 0.87% -
XYZ 41.75 30.89 72.87 -
YUV 155.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 190 125 222 0.14 0.44 0 0.13 280.21 0.6 0.68
Hex BE 7D DE E 2C 0 D 118 3C 44
Octal 276 175 336 16 54 0 15 430 74 104
Binary 10111110 1111101 11011110 1110 101100 0 1101 100011000 111100 1000100

Color Harmonies of #BE7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DDE

Black with #BE7DDE

Text Example


Text Example

White with #BE7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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