Html Css Color HEX #BE85DB Wisteria

📋 copy color: '#BE85DB'

red 190 ◦ green 133 ◦ blue 219

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

Shades of Wisteria #BE85DB

Tints of Wisteria #BE85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.54%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 35.06%
G = 24.54%
B = 40.41%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE85DB (or 0xBE85DB) is known color: Wisteria. HEX triplet: BE, 85 and DB. RGB value is (190,133,219). Sum of RGB (Red+Green+Blue) = 190+133+219=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DB is #417A24. Grayscale: #9F9F9F. Windows color (decimal): -4291109 or 14386622. OLE color: 14386622.

HSL color Cylindrical-coordinate representation of color #BE85DB: hue angle of 279.77º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE85DB is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 133 219 -
CMYK 0.13 0.39 0 0.14
HSL 279.77º 0.54% 0.69% -
HSV(B) 279.77º 0.39% 0.86% -
XYZ 42.41 32.84 71.12 -
YUV 159.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 190 133 219 0.13 0.39 0 0.14 279.77 0.54 0.69
Hex BE 85 DB D 27 0 E 118 36 45
Octal 276 205 333 15 47 0 16 430 66 105
Binary 10111110 10000101 11011011 1101 100111 0 1110 100011000 110110 1000101

Color Harmonies of #BE85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85DB

Black with #BE85DB

Text Example


Text Example

White with #BE85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85DB; }

 p { color: rgb(190,133,219); }

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

background-color css

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

 a { background-color: rgb(190,133,219); }

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

border-color css

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

 span { border-color: rgb(190,133,219); }

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