Html Css Color HEX #BE7FDA Wisteria

📋 copy color: '#BE7FDA'

red 190 ◦ green 127 ◦ blue 218

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

Shades of Wisteria #BE7FDA

Tints of Wisteria #BE7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

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

R = 35.51%
G = 23.74%
B = 40.75%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE7FDA (or 0xBE7FDA) is known color: Wisteria. HEX triplet: BE, 7F and DA. RGB value is (190,127,218). Sum of RGB (Red+Green+Blue) = 190+127+218=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FDA is #418025. Grayscale: #9B9B9B. Windows color (decimal): -4292646 or 14319550. OLE color: 14319550.

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

Color convert

RGB 190 127 218 -
CMYK 0.13 0.42 0 0.15
HSL 281.54º 0.55% 0.68% -
HSV(B) 281.54º 0.42% 0.85% -
XYZ 41.48 31.19 70.16 -
YUV 156.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 190 127 218 0.13 0.42 0 0.15 281.54 0.55 0.68
Hex BE 7F DA D 2A 0 F 11A 37 44
Octal 276 177 332 15 52 0 17 432 67 104
Binary 10111110 1111111 11011010 1101 101010 0 1111 100011010 110111 1000100

Color Harmonies of #BE7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7FDA

Black with #BE7FDA

Text Example


Text Example

White with #BE7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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