Html Css Color HEX #BE7CDA Wisteria

📋 copy color: '#BE7CDA'

red 190 ◦ green 124 ◦ blue 218

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

Shades of Wisteria #BE7CDA

Tints of Wisteria #BE7CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.31%

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

R = 35.71%
G = 23.31%
B = 40.98%

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

#BE7CDA (or 0xBE7CDA) is known color: Wisteria. HEX triplet: BE, 7C and DA. RGB value is (190,124,218). Sum of RGB (Red+Green+Blue) = 190+124+218=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CDA is #418325. Grayscale: #9A9A9A. Windows color (decimal): -4293414 or 14318782. OLE color: 14318782.

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

Color convert

RGB 190 124 218 -
CMYK 0.13 0.43 0 0.15
HSL 282.13º 0.56% 0.67% -
HSV(B) 282.13º 0.43% 0.85% -
XYZ 41.1 30.42 70.04 -
YUV 154.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 190 124 218 0.13 0.43 0 0.15 282.13 0.56 0.67
Hex BE 7C DA D 2B 0 F 11A 38 43
Octal 276 174 332 15 53 0 17 432 70 103
Binary 10111110 1111100 11011010 1101 101011 0 1111 100011010 111000 1000011

Color Harmonies of #BE7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7CDA

Black with #BE7CDA

Text Example


Text Example

White with #BE7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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